Html Css Color HEX #CBD1DB Link Water

📋 copy color: '#CBD1DB'

red 203 ◦ green 209 ◦ blue 219

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

Shades of Link Water #CBD1DB

Tints of Link Water #CBD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.12%

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

R = 32.17%
G = 33.12%
B = 34.71%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBD1DB (or 0xCBD1DB) is known color: Link Water. HEX triplet: CB, D1 and DB. RGB value is (203,209,219). Sum of RGB (Red+Green+Blue) = 203+209+219=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1DB is #342E24. Grayscale: #D0D0D0. Windows color (decimal): -3419685 or 14406091. OLE color: 14406091.

HSL color Cylindrical-coordinate representation of color #CBD1DB: hue angle of 217.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 #CBD1DB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 209 219 -
CMYK 0.07 0.05 0 0.14
HSL 217.5º 0.18% 0.83% -
HSV(B) 217.5º 0.07% 0.86% -
XYZ 60.22 63.41 76.08 -
YUV 208.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 203 209 219 0.07 0.05 0 0.14 217.5 0.18 0.83
Hex CB D1 DB 7 5 0 E DA 12 53
Octal 313 321 333 7 5 0 16 332 22 123
Binary 11001011 11010001 11011011 111 101 0 1110 11011010 10010 1010011

Color Harmonies of #CBD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD1DB

Black with #CBD1DB

Text Example


Text Example

White with #CBD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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