#CFD0D5

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

Shades of Link Water #CFD0D5

Tints of Link Water #CFD0D5

Color information

#CFD0D5 (or 0xCFD0D5) is unknown color: approx Link Water. HEX triplet: CF, D0 and D5. RGB value is (207,208,213). Sum of RGB (Red+Green+Blue) = 207+208+213=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0D5 is #302F2A. Grayscale: #D0D0D0. Windows color (decimal): -3157803 or 14012623. OLE color: 14012623.

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

Color convert

RGB207208213-
CMYK0.030.0200.16
HSL230º6.67%82.35%-
HSV(B)230º2.82%83.53%-
XYZ60.363.1871.97-
YUV208.27130.67127.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=32.96%
G=33.12%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072082130.030.0200.162306.6782.35
HexCFD0D532010e6752
Octal317320325320203467122
Binary1100111111010000110101011110010000111001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0D5; }

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

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

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

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

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

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

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

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