Html Css Color HEX #CBD5DB Link Water

📋 copy color: '#CBD5DB'

red 203 ◦ green 213 ◦ blue 219

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

Shades of Link Water #CBD5DB

Tints of Link Water #CBD5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.49%

R = 31.97%
G = 33.54%
B = 34.49%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBD5DB (or 0xCBD5DB) is known color: Link Water. HEX triplet: CB, D5 and DB. RGB value is (203,213,219). Sum of RGB (Red+Green+Blue) = 203+213+219=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DB is #342A24. Grayscale: #D2D2D2. Windows color (decimal): -3418661 or 14407115. OLE color: 14407115.

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

Color convert

RGB 203 213 219 -
CMYK 0.07 0.03 0 0.14
HSL 202.5º 0.18% 0.83% -
HSV(B) 202.5º 0.07% 0.86% -
XYZ 61.21 65.4 76.42 -
YUV 210.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 203 213 219 0.07 0.03 0 0.14 202.5 0.18 0.83
Hex CB D5 DB 7 3 0 E CA 12 53
Octal 313 325 333 7 3 0 16 312 22 123
Binary 11001011 11010101 11011011 111 11 0 1110 11001010 10010 1010011

Color Harmonies of #CBD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5DB

Black with #CBD5DB

Text Example


Text Example

White with #CBD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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