Html Css Color HEX #CBD5DE Link Water

📋 copy color: '#CBD5DE'

red 203 ◦ green 213 ◦ blue 222

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

Shades of Link Water #CBD5DE

Tints of Link Water #CBD5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.39%

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 31.82%
G = 33.39%
B = 34.8%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBD5DE (or 0xCBD5DE) is known color: Link Water. HEX triplet: CB, D5 and DE. RGB value is (203,213,222). Sum of RGB (Red+Green+Blue) = 203+213+222=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DE is #342A21. Grayscale: #D2D2D2. Windows color (decimal): -3418658 or 14603723. OLE color: 14603723.

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

Color convert

RGB 203 213 222 -
CMYK 0.09 0.04 0 0.13
HSL 208.42º 0.22% 0.83% -
HSV(B) 208.42º 0.09% 0.87% -
XYZ 61.61 65.56 78.51 -
YUV 211.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 203 213 222 0.09 0.04 0 0.13 208.42 0.22 0.83
Hex CB D5 DE 9 4 0 D D0 16 53
Octal 313 325 336 11 4 0 15 320 26 123
Binary 11001011 11010101 11011110 1001 100 0 1101 11010000 10110 1010011

Color Harmonies of #CBD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5DE

Black with #CBD5DE

Text Example


Text Example

White with #CBD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5DE; }

 p { color: rgb(203,213,222); }

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

background-color css

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

 a { background-color: rgb(203,213,222); }

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

border-color css

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

 span { border-color: rgb(203,213,222); }

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