Html Css Color HEX #CACCCE Link Water

📋 copy color: '#CACCCE'

red 202 ◦ green 204 ◦ blue 206

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

Shades of Link Water #CACCCE

Tints of Link Water #CACCCE

RGB

 RED value IS 202 (79.3% from 255) = 33.01%

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

 BLUE value IS 206 (80.86% from 255) = 33.66%

R = 33.01%
G = 33.33%
B = 33.66%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CACCCE (or 0xCACCCE) is known color: Link Water. HEX triplet: CA, CC and CE. RGB value is (202,204,206). Sum of RGB (Red+Green+Blue) = 202+204+206=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 206 - color contains mainly: blue. Hex color #CACCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCE is #353331. Grayscale: #CBCBCB. Windows color (decimal): -3486514 or 13552842. OLE color: 13552842.

HSL color Cylindrical-coordinate representation of color #CACCCE: hue angle of 210º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACCCE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 204 206 -
CMYK 0.02 0.01 0 0.19
HSL 210º 0.04% 0.8% -
HSV(B) 210º 0.02% 0.81% -
XYZ 57.09 60.2 67 -
YUV 203.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 202 204 206 0.02 0.01 0 0.19 210 0.04 0.8
Hex CA CC CE 2 1 0 13 D2 4 50
Octal 312 314 316 2 1 0 23 322 4 120
Binary 11001010 11001100 11001110 10 1 0 10011 11010010 100 1010000

Color Harmonies of #CACCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCCE

Black with #CACCCE

Text Example


Text Example

White with #CACCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCCE; }

 p { color: rgb(202,204,206); }

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

background-color css

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

 a { background-color: rgb(202,204,206); }

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

border-color css

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

 span { border-color: rgb(202,204,206); }

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