Html Css Color HEX #CCCCE8 Quartz

📋 copy color: '#CCCCE8'

red 204 ◦ green 204 ◦ blue 232

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

Shades of Quartz #CCCCE8

Tints of Quartz #CCCCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 31.88%
G = 31.88%
B = 36.25%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCCCE8 (or 0xCCCCE8) is known color: Quartz. HEX triplet: CC, CC and E8. RGB value is (204,204,232). Sum of RGB (Red+Green+Blue) = 204+204+232=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCE8 is #333317. Grayscale: #CFCFCF. Windows color (decimal): -3355416 or 15256780. OLE color: 15256780.

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

Color convert

RGB 204 204 232 -
CMYK 0.12 0.12 0 0.09
HSL 240º 0.38% 0.85% -
HSV(B) 240º 0.12% 0.91% -
XYZ 61.06 61.85 85.06 -
YUV 207.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 204 204 232 0.12 0.12 0 0.09 240 0.38 0.85
Hex CC CC E8 C C 0 9 F0 26 55
Octal 314 314 350 14 14 0 11 360 46 125
Binary 11001100 11001100 11101000 1100 1100 0 1001 11110000 100110 1010101

Color Harmonies of #CCCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCE8

Black with #CCCCE8

Text Example


Text Example

White with #CCCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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