Html Css Color HEX #CBD5DD Link Water

📋 copy color: '#CBD5DD'

red 203 ◦ green 213 ◦ blue 221

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

Shades of Link Water #CBD5DD

Tints of Link Water #CBD5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 31.87%
G = 33.44%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBD5DD (or 0xCBD5DD) is known color: Link Water. HEX triplet: CB, D5 and DD. RGB value is (203,213,221). Sum of RGB (Red+Green+Blue) = 203+213+221=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DD is #342A22. Grayscale: #D2D2D2. Windows color (decimal): -3418659 or 14538187. OLE color: 14538187.

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

Color convert

RGB 203 213 221 -
CMYK 0.08 0.04 0 0.13
HSL 206.67º 0.21% 0.83% -
HSV(B) 206.67º 0.08% 0.87% -
XYZ 61.47 65.51 77.81 -
YUV 210.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 203 213 221 0.08 0.04 0 0.13 206.67 0.21 0.83
Hex CB D5 DD 8 4 0 D CF 15 53
Octal 313 325 335 10 4 0 15 317 25 123
Binary 11001011 11010101 11011101 1000 100 0 1101 11001111 10101 1010011

Color Harmonies of #CBD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5DD

Black with #CBD5DD

Text Example


Text Example

White with #CBD5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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