Html Css Color HEX #CBCED5 Link Water

📋 copy color: '#CBCED5'

red 203 ◦ green 206 ◦ blue 213

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

Shades of Link Water #CBCED5

Tints of Link Water #CBCED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.12%

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 32.64%
G = 33.12%
B = 34.24%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBCED5 (or 0xCBCED5) is known color: Link Water. HEX triplet: CB, CE and D5. RGB value is (203,206,213). Sum of RGB (Red+Green+Blue) = 203+206+213=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED5 is #34312A. Grayscale: #CDCDCD. Windows color (decimal): -3420459 or 14012107. OLE color: 14012107.

HSL color Cylindrical-coordinate representation of color #CBCED5: hue angle of 222º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCED5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 206 213 -
CMYK 0.05 0.03 0 0.16
HSL 222º 0.11% 0.82% -
HSV(B) 222º 0.05% 0.84% -
XYZ 58.71 61.64 71.75 -
YUV 205.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 203 206 213 0.05 0.03 0 0.16 222 0.11 0.82
Hex CB CE D5 5 3 0 10 DE B 52
Octal 313 316 325 5 3 0 20 336 13 122
Binary 11001011 11001110 11010101 101 11 0 10000 11011110 1011 1010010

Color Harmonies of #CBCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCED5

Black with #CBCED5

Text Example


Text Example

White with #CBCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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