#CBD4DA

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

Shades of Link Water #CBD4DA

Tints of Link Water #CBD4DA

Color information

#CBD4DA (or 0xCBD4DA) is unknown color: approx Link Water. HEX triplet: CB, D4 and DA. RGB value is (203,212,218). Sum of RGB (Red+Green+Blue) = 203+212+218=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4DA is #342B25. Grayscale: #D1D1D1. Windows color (decimal): -3418918 or 14341323. OLE color: 14341323.

HSL color Cylindrical-coordinate representation of color #CBD4DA: hue angle of 204º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD4DA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203212218-
CMYK0.070.0300.15
HSL204º16.85%82.55%-
HSV(B)204º6.88%85.49%-
XYZ60.8364.8575.64-
YUV209.99132.52123.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=32.07%
G=33.49%
B=34.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032122180.070.0300.1520416.8582.55
HexCBD4DA730Fcc1153
Octal3133243327301731421123
Binary110010111101010011011010111110111111001100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4DA; }

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

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

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

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

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

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

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

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