Html Css Color HEX #CCCCE6 Quartz

📋 copy color: '#CCCCE6'

red 204 ◦ green 204 ◦ blue 230

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

Shades of Quartz #CCCCE6

Tints of Quartz #CCCCE6

RGB

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

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

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

R = 31.97%
G = 31.97%
B = 36.05%

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

#CCCCE6 (or 0xCCCCE6) is known color: Quartz. HEX triplet: CC, CC and E6. RGB value is (204,204,230). Sum of RGB (Red+Green+Blue) = 204+204+230=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCE6 is #333319. Grayscale: #CECECE. Windows color (decimal): -3355418 or 15125708. OLE color: 15125708.

HSL color Cylindrical-coordinate representation of color #CCCCE6: hue angle of 240º degrees, saturation: 0.34, 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 #CCCCE6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 204 230 -
CMYK 0.11 0.11 0 0.10
HSL 240º 0.34% 0.85% -
HSV(B) 240º 0.11% 0.9% -
XYZ 60.78 61.74 83.58 -
YUV 206.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 204 204 230 0.11 0.11 0 0.10 240 0.34 0.85
Hex CC CC E6 B B 0 A F0 22 55
Octal 314 314 346 13 13 0 12 360 42 125
Binary 11001100 11001100 11100110 1011 1011 0 1010 11110000 100010 1010101

Color Harmonies of #CCCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCE6

Black with #CCCCE6

Text Example


Text Example

White with #CCCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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