Html Css Color HEX #CBD4DB Link Water

📋 copy color: '#CBD4DB'

red 203 ◦ green 212 ◦ blue 219

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

Shades of Link Water #CBD4DB

Tints of Link Water #CBD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.44%

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

R = 32.02%
G = 33.44%
B = 34.54%

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

#CBD4DB (or 0xCBD4DB) is known color: Link Water. HEX triplet: CB, D4 and DB. RGB value is (203,212,219). Sum of RGB (Red+Green+Blue) = 203+212+219=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4DB is #342B24. Grayscale: #D2D2D2. Windows color (decimal): -3418917 or 14406859. OLE color: 14406859.

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

Color convert

RGB 203 212 219 -
CMYK 0.07 0.03 0 0.14
HSL 206.25º 0.18% 0.83% -
HSV(B) 206.25º 0.07% 0.86% -
XYZ 60.96 64.9 76.33 -
YUV 210.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 203 212 219 0.07 0.03 0 0.14 206.25 0.18 0.83
Hex CB D4 DB 7 3 0 E CE 12 53
Octal 313 324 333 7 3 0 16 316 22 123
Binary 11001011 11010100 11011011 111 11 0 1110 11001110 10010 1010011

Color Harmonies of #CBD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4DB

Black with #CBD4DB

Text Example


Text Example

White with #CBD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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