Html Css Color HEX #CACCD3 Link Water

📋 copy color: '#CACCD3'

red 202 ◦ green 204 ◦ blue 211

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

Shades of Link Water #CACCD3

Tints of Link Water #CACCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.2%

R = 32.74%
G = 33.06%
B = 34.2%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CACCD3 (or 0xCACCD3) is known color: Link Water. HEX triplet: CA, CC and D3. RGB value is (202,204,211). Sum of RGB (Red+Green+Blue) = 202+204+211=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 211 - color contains mainly: blue. Hex color #CACCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD3 is #35332C. Grayscale: #CCCCCC. Windows color (decimal): -3486509 or 13880522. OLE color: 13880522.

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

Color convert

RGB 202 204 211 -
CMYK 0.04 0.03 0 0.17
HSL 226.67º 0.09% 0.81% -
HSV(B) 226.67º 0.04% 0.83% -
XYZ 57.71 60.45 70.25 -
YUV 204.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 202 204 211 0.04 0.03 0 0.17 226.67 0.09 0.81
Hex CA CC D3 4 3 0 11 E3 9 51
Octal 312 314 323 4 3 0 21 343 11 121
Binary 11001010 11001100 11010011 100 11 0 10001 11100011 1001 1010001

Color Harmonies of #CACCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCD3

Black with #CACCD3

Text Example


Text Example

White with #CACCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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