#CFD1DB

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

Shades of Link Water #CFD1DB

Tints of Link Water #CFD1DB

Color information

#CFD1DB (or 0xCFD1DB) is unknown color: approx Link Water. HEX triplet: CF, D1 and DB. RGB value is (207,209,219). Sum of RGB (Red+Green+Blue) = 207+209+219=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1DB is #302E24. Grayscale: #D1D1D1. Windows color (decimal): -3157541 or 14406095. OLE color: 14406095.

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

Color convert

RGB207209219-
CMYK0.050.0500.14
HSL230º14.29%83.53%-
HSV(B)230º5.48%85.88%-
XYZ61.3263.9876.14-
YUV209.54133.34126.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=32.60%
G=32.91%
B=34.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072092190.050.0500.1423014.2983.53
HexCFD1DB550Ee6e54
Octal3173213335501634616124
Binary110011111101000111011011101101011101110011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1DB; }

 p { color: rgb(207,209,219); }

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

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

 a { background-color: rgb(207,209,219); }

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

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

 span { border-color: rgb(207,209,219); }

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