Html Css Color HEX #CBCCD6 Link Water

📋 copy color: '#CBCCD6'

red 203 ◦ green 204 ◦ blue 214

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

Shades of Link Water #CBCCD6

Tints of Link Water #CBCCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

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

R = 32.69%
G = 32.85%
B = 34.46%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBCCD6 (or 0xCBCCD6) is known color: Link Water. HEX triplet: CB, CC and D6. RGB value is (203,204,214). Sum of RGB (Red+Green+Blue) = 203+204+214=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD6 is #343329. Grayscale: #CCCCCC. Windows color (decimal): -3420970 or 14077131. OLE color: 14077131.

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

Color convert

RGB 203 204 214 -
CMYK 0.05 0.05 0 0.16
HSL 234.55º 0.12% 0.82% -
HSV(B) 234.55º 0.05% 0.84% -
XYZ 58.36 60.74 72.27 -
YUV 204.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 203 204 214 0.05 0.05 0 0.16 234.55 0.12 0.82
Hex CB CC D6 5 5 0 10 EB C 52
Octal 313 314 326 5 5 0 20 353 14 122
Binary 11001011 11001100 11010110 101 101 0 10000 11101011 1100 1010010

Color Harmonies of #CBCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCD6

Black with #CBCCD6

Text Example


Text Example

White with #CBCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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