Html Css Color HEX #CBD2DD Link Water

📋 copy color: '#CBD2DD'

red 203 ◦ green 210 ◦ blue 221

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

Shades of Link Water #CBD2DD

Tints of Link Water #CBD2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.12%

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

R = 32.02%
G = 33.12%
B = 34.86%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBD2DD (or 0xCBD2DD) is known color: Link Water. HEX triplet: CB, D2 and DD. RGB value is (203,210,221). Sum of RGB (Red+Green+Blue) = 203+210+221=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DD is #342D22. Grayscale: #D1D1D1. Windows color (decimal): -3419427 or 14537419. OLE color: 14537419.

HSL color Cylindrical-coordinate representation of color #CBD2DD: hue angle of 216.67º 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 #CBD2DD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 210 221 -
CMYK 0.08 0.05 0 0.13
HSL 216.67º 0.21% 0.83% -
HSV(B) 216.67º 0.08% 0.87% -
XYZ 60.73 64.01 77.56 -
YUV 209.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 203 210 221 0.08 0.05 0 0.13 216.67 0.21 0.83
Hex CB D2 DD 8 5 0 D D9 15 53
Octal 313 322 335 10 5 0 15 331 25 123
Binary 11001011 11010010 11011101 1000 101 0 1101 11011001 10101 1010011

Color Harmonies of #CBD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2DD

Black with #CBD2DD

Text Example


Text Example

White with #CBD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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