Html Css Color HEX #CBD2E0 Link Water

📋 copy color: '#CBD2E0'

red 203 ◦ green 210 ◦ blue 224

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

Shades of Link Water #CBD2E0

Tints of Link Water #CBD2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.16%

R = 31.87%
G = 32.97%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBD2E0 (or 0xCBD2E0) is known color: Link Water. HEX triplet: CB, D2 and E0. RGB value is (203,210,224). Sum of RGB (Red+Green+Blue) = 203+210+224=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBD2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2E0 is #342D1F. Grayscale: #D1D1D1. Windows color (decimal): -3419424 or 14734027. OLE color: 14734027.

HSL color Cylindrical-coordinate representation of color #CBD2E0: hue angle of 220º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD2E0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 210 224 -
CMYK 0.09 0.06 0 0.12
HSL 220º 0.25% 0.84% -
HSV(B) 220º 0.09% 0.88% -
XYZ 61.13 64.17 79.69 -
YUV 209.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 203 210 224 0.09 0.06 0 0.12 220 0.25 0.84
Hex CB D2 E0 9 6 0 C DC 19 54
Octal 313 322 340 11 6 0 14 334 31 124
Binary 11001011 11010010 11100000 1001 110 0 1100 11011100 11001 1010100

Color Harmonies of #CBD2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2E0

Black with #CBD2E0

Text Example


Text Example

White with #CBD2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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