Html Css Color HEX #CCCEEB Quartz

📋 copy color: '#CCCEEB'

red 204 ◦ green 206 ◦ blue 235

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

Shades of Quartz #CCCEEB

Tints of Quartz #CCCEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 31.63%
G = 31.94%
B = 36.43%

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

#CCCEEB (or 0xCCCEEB) is known color: Quartz. HEX triplet: CC, CE and EB. RGB value is (204,206,235). Sum of RGB (Red+Green+Blue) = 204+206+235=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEB is #333114. Grayscale: #D0D0D0. Windows color (decimal): -3354901 or 15453900. OLE color: 15453900.

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

Color convert

RGB 204 206 235 -
CMYK 0.13 0.12 0 0.08
HSL 236.13º 0.44% 0.86% -
HSV(B) 236.13º 0.13% 0.92% -
XYZ 61.97 62.98 87.49 -
YUV 208.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 204 206 235 0.13 0.12 0 0.08 236.13 0.44 0.86
Hex CC CE EB D C 0 8 EC 2C 56
Octal 314 316 353 15 14 0 10 354 54 126
Binary 11001100 11001110 11101011 1101 1100 0 1000 11101100 101100 1010110

Color Harmonies of #CCCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEEB

Black with #CCCEEB

Text Example


Text Example

White with #CCCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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