Html Css Color HEX #CBD2DA Link Water

📋 copy color: '#CBD2DA'

red 203 ◦ green 210 ◦ blue 218

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

Shades of Link Water #CBD2DA

Tints of Link Water #CBD2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 32.17%
G = 33.28%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBD2DA (or 0xCBD2DA) is known color: Link Water. HEX triplet: CB, D2 and DA. RGB value is (203,210,218). Sum of RGB (Red+Green+Blue) = 203+210+218=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DA is #342D25. Grayscale: #D0D0D0. Windows color (decimal): -3419430 or 14340811. OLE color: 14340811.

HSL color Cylindrical-coordinate representation of color #CBD2DA: hue angle of 212º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD2DA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 210 218 -
CMYK 0.07 0.04 0 0.15
HSL 212º 0.17% 0.83% -
HSV(B) 212º 0.07% 0.85% -
XYZ 60.33 63.85 75.47 -
YUV 208.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 203 210 218 0.07 0.04 0 0.15 212 0.17 0.83
Hex CB D2 DA 7 4 0 F D4 11 53
Octal 313 322 332 7 4 0 17 324 21 123
Binary 11001011 11010010 11011010 111 100 0 1111 11010100 10001 1010011

Color Harmonies of #CBD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2DA

Black with #CBD2DA

Text Example


Text Example

White with #CBD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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