Html Css Color HEX #CBCED6 Link Water

📋 copy color: '#CBCED6'

red 203 ◦ green 206 ◦ blue 214

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

Shades of Link Water #CBCED6

Tints of Link Water #CBCED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.35%

R = 32.58%
G = 33.07%
B = 34.35%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBCED6 (or 0xCBCED6) is known color: Link Water. HEX triplet: CB, CE and D6. RGB value is (203,206,214). Sum of RGB (Red+Green+Blue) = 203+206+214=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED6 is #343129. Grayscale: #CDCDCD. Windows color (decimal): -3420458 or 14077643. OLE color: 14077643.

HSL color Cylindrical-coordinate representation of color #CBCED6: hue angle of 223.64º degrees, saturation: 0.12, 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 #CBCED6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 206 214 -
CMYK 0.05 0.04 0 0.16
HSL 223.64º 0.12% 0.82% -
HSV(B) 223.64º 0.05% 0.84% -
XYZ 58.84 61.69 72.43 -
YUV 206.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 203 206 214 0.05 0.04 0 0.16 223.64 0.12 0.82
Hex CB CE D6 5 4 0 10 E0 C 52
Octal 313 316 326 5 4 0 20 340 14 122
Binary 11001011 11001110 11010110 101 100 0 10000 11100000 1100 1010010

Color Harmonies of #CBCED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCED6

Black with #CBCED6

Text Example


Text Example

White with #CBCED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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