Html Css Color HEX #CBD5E0 Link Water

📋 copy color: '#CBD5E0'

red 203 ◦ green 213 ◦ blue 224

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

Shades of Link Water #CBD5E0

Tints of Link Water #CBD5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35%

R = 31.72%
G = 33.28%
B = 35%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBD5E0 (or 0xCBD5E0) is known color: Link Water. HEX triplet: CB, D5 and E0. RGB value is (203,213,224). Sum of RGB (Red+Green+Blue) = 203+213+224=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5E0 is #342A1F. Grayscale: #D3D3D3. Windows color (decimal): -3418656 or 14734795. OLE color: 14734795.

HSL color Cylindrical-coordinate representation of color #CBD5E0: hue angle of 211.43º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD5E0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 213 224 -
CMYK 0.09 0.05 0 0.12
HSL 211.43º 0.25% 0.84% -
HSV(B) 211.43º 0.09% 0.88% -
XYZ 61.88 65.67 79.93 -
YUV 211.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 203 213 224 0.09 0.05 0 0.12 211.43 0.25 0.84
Hex CB D5 E0 9 5 0 C D3 19 54
Octal 313 325 340 11 5 0 14 323 31 124
Binary 11001011 11010101 11100000 1001 101 0 1100 11010011 11001 1010100

Color Harmonies of #CBD5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5E0

Black with #CBD5E0

Text Example


Text Example

White with #CBD5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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