Html Css Color HEX #CACCD0 Link Water

📋 copy color: '#CACCD0'

red 202 ◦ green 204 ◦ blue 208

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

Shades of Link Water #CACCD0

Tints of Link Water #CACCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.88%

R = 32.9%
G = 33.22%
B = 33.88%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CACCD0 (or 0xCACCD0) is known color: Link Water. HEX triplet: CA, CC and D0. RGB value is (202,204,208). Sum of RGB (Red+Green+Blue) = 202+204+208=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 208 - color contains mainly: blue. Hex color #CACCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD0 is #35332F. Grayscale: #CBCBCB. Windows color (decimal): -3486512 or 13683914. OLE color: 13683914.

HSL color Cylindrical-coordinate representation of color #CACCD0: hue angle of 220º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACCD0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 204 208 -
CMYK 0.03 0.02 0 0.18
HSL 220º 0.06% 0.8% -
HSV(B) 220º 0.03% 0.82% -
XYZ 57.34 60.3 68.29 -
YUV 203.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 202 204 208 0.03 0.02 0 0.18 220 0.06 0.8
Hex CA CC D0 3 2 0 12 DC 6 50
Octal 312 314 320 3 2 0 22 334 6 120
Binary 11001010 11001100 11010000 11 10 0 10010 11011100 110 1010000

Color Harmonies of #CACCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCD0

Black with #CACCD0

Text Example


Text Example

White with #CACCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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