Html Css Color HEX #CACAE6 Quartz

📋 copy color: '#CACAE6'

red 202 ◦ green 202 ◦ blue 230

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

Shades of Quartz #CACAE6

Tints of Quartz #CACAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.86%

 BLUE value IS 230 (90.23% from 255) = 36.28%

R = 31.86%
G = 31.86%
B = 36.28%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CACAE6 (or 0xCACAE6) is known color: Quartz. HEX triplet: CA, CA and E6. RGB value is (202,202,230). Sum of RGB (Red+Green+Blue) = 202+202+230=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #CACAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAE6 is #353519. Grayscale: #CDCDCD. Windows color (decimal): -3487002 or 15125194. OLE color: 15125194.

HSL color Cylindrical-coordinate representation of color #CACAE6: hue angle of 240º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACAE6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 202 230 -
CMYK 0.12 0.12 0 0.10
HSL 240º 0.36% 0.85% -
HSV(B) 240º 0.12% 0.9% -
XYZ 59.76 60.51 83.39 -
YUV 205.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 202 202 230 0.12 0.12 0 0.10 240 0.36 0.85
Hex CA CA E6 C C 0 A F0 24 55
Octal 312 312 346 14 14 0 12 360 44 125
Binary 11001010 11001010 11100110 1100 1100 0 1010 11110000 100100 1010101

Color Harmonies of #CACAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACAE6

Black with #CACAE6

Text Example


Text Example

White with #CACAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACAE6; }

 p { color: rgb(202,202,230); }

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

background-color css

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

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

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

border-color css

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

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

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