Html Css Color HEX #CACCD2 Link Water

📋 copy color: '#CACCD2'

red 202 ◦ green 204 ◦ blue 210

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

Shades of Link Water #CACCD2

Tints of Link Water #CACCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.09%

R = 32.79%
G = 33.12%
B = 34.09%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CACCD2 (or 0xCACCD2) is known color: Link Water. HEX triplet: CA, CC and D2. RGB value is (202,204,210). Sum of RGB (Red+Green+Blue) = 202+204+210=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 210 - color contains mainly: blue. Hex color #CACCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD2 is #35332D. Grayscale: #CCCCCC. Windows color (decimal): -3486510 or 13814986. OLE color: 13814986.

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

Color convert

RGB 202 204 210 -
CMYK 0.04 0.03 0 0.18
HSL 225º 0.08% 0.81% -
HSV(B) 225º 0.04% 0.82% -
XYZ 57.58 60.4 69.6 -
YUV 204.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 202 204 210 0.04 0.03 0 0.18 225 0.08 0.81
Hex CA CC D2 4 3 0 12 E1 8 51
Octal 312 314 322 4 3 0 22 341 10 121
Binary 11001010 11001100 11010010 100 11 0 10010 11100001 1000 1010001

Color Harmonies of #CACCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCD2

Black with #CACCD2

Text Example


Text Example

White with #CACCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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