Html Css Color HEX #CCCCE5 Quartz

📋 copy color: '#CCCCE5'

red 204 ◦ green 204 ◦ blue 229

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

Shades of Quartz #CCCCE5

Tints of Quartz #CCCCE5

RGB

 RED value IS 204 (80.08% from 255) = 32.03%

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 32.03%
G = 32.03%
B = 35.95%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCCCE5 (or 0xCCCCE5) is known color: Quartz. HEX triplet: CC, CC and E5. RGB value is (204,204,229). Sum of RGB (Red+Green+Blue) = 204+204+229=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCE5 is #33331A. Grayscale: #CECECE. Windows color (decimal): -3355419 or 15060172. OLE color: 15060172.

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

Color convert

RGB 204 204 229 -
CMYK 0.11 0.11 0 0.10
HSL 240º 0.32% 0.85% -
HSV(B) 240º 0.11% 0.9% -
XYZ 60.64 61.68 82.84 -
YUV 206.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 204 204 229 0.11 0.11 0 0.10 240 0.32 0.85
Hex CC CC E5 B B 0 A F0 20 55
Octal 314 314 345 13 13 0 12 360 40 125
Binary 11001100 11001100 11100101 1011 1011 0 1010 11110000 100000 1010101

Color Harmonies of #CCCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCE5

Black with #CCCCE5

Text Example


Text Example

White with #CCCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCE5; }

 p { color: rgb(204,204,229); }

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

background-color css

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

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

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

border-color css

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

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

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