#CFD5DF

Color #CFD5DF Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CFD5DF

Tints of Link Water #CFD5DF

Color information

#CFD5DF (or 0xCFD5DF) is unknown color: approx Link Water. HEX triplet: CF, D5 and DF. RGB value is (207,213,223). Sum of RGB (Red+Green+Blue) = 207+213+223=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5DF is #302A20. Grayscale: #D4D4D4. Windows color (decimal): -3156513 or 14669263. OLE color: 14669263.

HSL color Cylindrical-coordinate representation of color #CFD5DF: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFD5DF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207213223-
CMYK0.070.0400.13
HSL217.5º20%84.31%-
HSV(B)217.5º7.17%87.45%-
XYZ62.8566.1879.27-
YUV212.35134.01124.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=32.19%
G=33.13%
B=34.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072132230.070.0400.13217.52084.31
HexCFD5DF740Dda1454
Octal3173253377401533224124
Binary1100111111010101110111111111000110111011010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5DF; }

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

 H1.HeaderClassName
 {
   color: #CFD5DF;
 }
 .AnyTagClassName
 {
   color: #CFD5DF;
 }
</style>
background-color css

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

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

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

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

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

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