#CBD4DC

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

Shades of Link Water #CBD4DC

Tints of Link Water #CBD4DC

Color information

#CBD4DC (or 0xCBD4DC) is unknown color: approx Link Water. HEX triplet: CB, D4 and DC. RGB value is (203,212,220). Sum of RGB (Red+Green+Blue) = 203+212+220=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4DC is #342B23. Grayscale: #D2D2D2. Windows color (decimal): -3418916 or 14472395. OLE color: 14472395.

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

Color convert

RGB203212220-
CMYK0.080.0400.14
HSL208.24º19.54%82.94%-
HSV(B)208.24º7.73%86.27%-
XYZ61.0964.9577.03-
YUV210.22133.52122.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=31.97%
G=33.39%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032122200.080.0400.14208.2419.5482.94
HexCBD4DC840Ed01453
Octal31332433410401632024123
Binary11001011110101001101110010001000111011010000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4DC; }

 p { color: rgb(203,212,220); }

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

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

 a { background-color: rgb(203,212,220); }

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

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

 span { border-color: rgb(203,212,220); }

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