Html Css Color HEX #CCCEEA Quartz

📋 copy color: '#CCCEEA'

red 204 ◦ green 206 ◦ blue 234

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

Shades of Quartz #CCCEEA

Tints of Quartz #CCCEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.99%

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

R = 31.68%
G = 31.99%
B = 36.34%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCCEEA (or 0xCCCEEA) is known color: Quartz. HEX triplet: CC, CE and EA. RGB value is (204,206,234). Sum of RGB (Red+Green+Blue) = 204+206+234=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEA is #333115. Grayscale: #D0D0D0. Windows color (decimal): -3354902 or 15388364. OLE color: 15388364.

HSL color Cylindrical-coordinate representation of color #CCCEEA: hue angle of 236º 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 #CCCEEA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 206 234 -
CMYK 0.13 0.12 0 0.08
HSL 236º 0.42% 0.86% -
HSV(B) 236º 0.13% 0.92% -
XYZ 61.82 62.92 86.73 -
YUV 208.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 204 206 234 0.13 0.12 0 0.08 236 0.42 0.86
Hex CC CE EA D C 0 8 EC 2A 56
Octal 314 316 352 15 14 0 10 354 52 126
Binary 11001100 11001110 11101010 1101 1100 0 1000 11101100 101010 1010110

Color Harmonies of #CCCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEEA

Black with #CCCEEA

Text Example


Text Example

White with #CCCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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