Html Css Color HEX #CCCEED Quartz

📋 copy color: '#CCCEED'

red 204 ◦ green 206 ◦ blue 237

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

Shades of Quartz #CCCEED

Tints of Quartz #CCCEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 31.53%
G = 31.84%
B = 36.63%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCCEED (or 0xCCCEED) is known color: Quartz. HEX triplet: CC, CE and ED. RGB value is (204,206,237). Sum of RGB (Red+Green+Blue) = 204+206+237=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEED is #333112. Grayscale: #D0D0D0. Windows color (decimal): -3354899 or 15584972. OLE color: 15584972.

HSL color Cylindrical-coordinate representation of color #CCCEED: hue angle of 236.36º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCEED is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 206 237 -
CMYK 0.14 0.13 0 0.07
HSL 236.36º 0.48% 0.86% -
HSV(B) 236.36º 0.14% 0.93% -
XYZ 62.26 63.09 89.02 -
YUV 208.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 204 206 237 0.14 0.13 0 0.07 236.36 0.48 0.86
Hex CC CE ED E D 0 7 EC 30 56
Octal 314 316 355 16 15 0 7 354 60 126
Binary 11001100 11001110 11101101 1110 1101 0 111 11101100 110000 1010110

Color Harmonies of #CCCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEED

Black with #CCCEED

Text Example


Text Example

White with #CCCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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