Html Css Color HEX #CACCD4 Link Water

📋 copy color: '#CACCD4'

red 202 ◦ green 204 ◦ blue 212

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

Shades of Link Water #CACCD4

Tints of Link Water #CACCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.3%

R = 32.69%
G = 33.01%
B = 34.3%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CACCD4 (or 0xCACCD4) is known color: Link Water. HEX triplet: CA, CC and D4. RGB value is (202,204,212). Sum of RGB (Red+Green+Blue) = 202+204+212=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD4 is #35332B. Grayscale: #CCCCCC. Windows color (decimal): -3486508 or 13946058. OLE color: 13946058.

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

Color convert

RGB 202 204 212 -
CMYK 0.05 0.04 0 0.17
HSL 228º 0.1% 0.81% -
HSV(B) 228º 0.05% 0.83% -
XYZ 57.83 60.5 70.92 -
YUV 204.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 202 204 212 0.05 0.04 0 0.17 228 0.1 0.81
Hex CA CC D4 5 4 0 11 E4 A 51
Octal 312 314 324 5 4 0 21 344 12 121
Binary 11001010 11001100 11010100 101 100 0 10001 11100100 1010 1010001

Color Harmonies of #CACCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCD4

Black with #CACCD4

Text Example


Text Example

White with #CACCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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