Html Css Color HEX #CFD5DC Link Water

📋 copy color: '#CFD5DC'

red 207 ◦ green 213 ◦ blue 220

#CFD5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CFD5DC

Tints of Link Water #CFD5DC

RGB

 RED value IS 207 (81.25% from 255) = 32.34%

 GREEN value IS 213 (83.59% from 255) = 33.28%

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 32.34%
G = 33.28%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD5DC (or 0xCFD5DC) is known color: Link Water. HEX triplet: CF, D5 and DC. RGB value is (207,213,220). Sum of RGB (Red+Green+Blue) = 207+213+220=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5DC is #302A23. Grayscale: #D3D3D3. Windows color (decimal): -3156516 or 14472655. OLE color: 14472655.

HSL color Cylindrical-coordinate representation of color #CFD5DC: hue angle of 212.31º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD5DC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 213 220 -
CMYK 0.06 0.03 0 0.14
HSL 212.31º 0.16% 0.84% -
HSV(B) 212.31º 0.06% 0.86% -
XYZ 62.44 66.02 77.16 -
YUV 212 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 207 213 220 0.06 0.03 0 0.14 212.31 0.16 0.84
Hex CF D5 DC 6 3 0 E D4 10 54
Octal 317 325 334 6 3 0 16 324 20 124
Binary 11001111 11010101 11011100 110 11 0 1110 11010100 10000 1010100

Color Harmonies of #CFD5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5DC

Black with #CFD5DC

Text Example


Text Example

White with #CFD5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5DC; }

 p { color: rgb(207,213,220); }

 H1.HeaderClassName
 {
   color: #CFD5DC;
 }
 .AnyTagClassName
 {
   color: #CFD5DC;
 }
</style>

background-color css

<style>
 a { background-color: #CFD5DC; }

 a { background-color: rgb(207,213,220); }

 div.DivClassName
 {
   background-color: #CFD5DC;
 }
 .BgClassName
 {
   background-color: #CFD5DC;
 }
</style>

border-color css

<style>
 span { border-color: #CFD5DC; }

 span { border-color: rgb(207,213,220); }

 td.TdClassName
 {
   border-color: #CFD5DC;
 }
 .TagClassName
 {
   border-color: #CFD5DC;
 }
</style>