Html Css Color HEX #CCCCEA Quartz

📋 copy color: '#CCCCEA'

red 204 ◦ green 204 ◦ blue 234

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

Shades of Quartz #CCCCEA

Tints of Quartz #CCCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 31.78%
G = 31.78%
B = 36.45%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCCCEA (or 0xCCCCEA) is known color: Quartz. HEX triplet: CC, CC and EA. RGB value is (204,204,234). Sum of RGB (Red+Green+Blue) = 204+204+234=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCEA is #333315. Grayscale: #CFCFCF. Windows color (decimal): -3355414 or 15387852. OLE color: 15387852.

HSL color Cylindrical-coordinate representation of color #CCCCEA: hue angle of 240º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCCEA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 204 234 -
CMYK 0.13 0.13 0 0.08
HSL 240º 0.42% 0.86% -
HSV(B) 240º 0.13% 0.92% -
XYZ 61.35 61.96 86.57 -
YUV 207.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 204 204 234 0.13 0.13 0 0.08 240 0.42 0.86
Hex CC CC EA D D 0 8 F0 2A 56
Octal 314 314 352 15 15 0 10 360 52 126
Binary 11001100 11001100 11101010 1101 1101 0 1000 11110000 101010 1010110

Color Harmonies of #CCCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCEA

Black with #CCCCEA

Text Example


Text Example

White with #CCCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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