#CFD5DC

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

Shades of Link Water #CFD5DC

Tints of Link Water #CFD5DC

Color information

#CFD5DC (or 0xCFD5DC) is unknown color: approx 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

RGB207213220-
CMYK0.060.0300.14
HSL212.31º15.66%83.73%-
HSV(B)212.31º5.91%86.27%-
XYZ62.4466.0277.16-
YUV212132.51124.43-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072132200.060.0300.14212.3115.6683.73
HexCFD5DC630Ed41054
Octal3173253346301632420124
Binary110011111101010111011100110110111011010100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>