Html Css Color HEX #CACCD1 Link Water

📋 copy color: '#CACCD1'

red 202 ◦ green 204 ◦ blue 209

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

Shades of Link Water #CACCD1

Tints of Link Water #CACCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 32.85%
G = 33.17%
B = 33.98%

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

#CACCD1 (or 0xCACCD1) is known color: Link Water. HEX triplet: CA, CC and D1. RGB value is (202,204,209). Sum of RGB (Red+Green+Blue) = 202+204+209=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 209 - color contains mainly: blue. Hex color #CACCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD1 is #35332E. Grayscale: #CBCBCB. Windows color (decimal): -3486511 or 13749450. OLE color: 13749450.

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

Color convert

RGB 202 204 209 -
CMYK 0.03 0.02 0 0.18
HSL 222.86º 0.07% 0.81% -
HSV(B) 222.86º 0.03% 0.82% -
XYZ 57.46 60.35 68.94 -
YUV 203.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 202 204 209 0.03 0.02 0 0.18 222.86 0.07 0.81
Hex CA CC D1 3 2 0 12 DF 7 51
Octal 312 314 321 3 2 0 22 337 7 121
Binary 11001010 11001100 11010001 11 10 0 10010 11011111 111 1010001

Color Harmonies of #CACCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCD1

Black with #CACCD1

Text Example


Text Example

White with #CACCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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