Html Css Color HEX #CBD4DD Link Water

📋 copy color: '#CBD4DD'

red 203 ◦ green 212 ◦ blue 221

#CBD4DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CBD4DD

Tints of Link Water #CBD4DD

RGB

 RED value IS 203 (79.69% from 255) = 31.92%

 GREEN value IS 212 (83.2% from 255) = 33.33%

 BLUE value IS 221 (86.72% from 255) = 34.75%

R = 31.92%
G = 33.33%
B = 34.75%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBD4DD (or 0xCBD4DD) is known color: Link Water. HEX triplet: CB, D4 and DD. RGB value is (203,212,221). Sum of RGB (Red+Green+Blue) = 203+212+221=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4DD is #342B22. Grayscale: #D2D2D2. Windows color (decimal): -3418915 or 14537931. OLE color: 14537931.

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

Color convert

RGB 203 212 221 -
CMYK 0.08 0.04 0 0.13
HSL 210º 0.21% 0.83% -
HSV(B) 210º 0.08% 0.87% -
XYZ 61.22 65 77.73 -
YUV 210.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 203 212 221 0.08 0.04 0 0.13 210 0.21 0.83
Hex CB D4 DD 8 4 0 D D2 15 53
Octal 313 324 335 10 4 0 15 322 25 123
Binary 11001011 11010100 11011101 1000 100 0 1101 11010010 10101 1010011

Color Harmonies of #CBD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4DD

Black with #CBD4DD

Text Example


Text Example

White with #CBD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4DD; }

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

 H1.HeaderClassName
 {
   color: #CBD4DD;
 }
 .AnyTagClassName
 {
   color: #CBD4DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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