Html Css Color HEX #CECEE9 Quartz

📋 copy color: '#CECEE9'

red 206 ◦ green 206 ◦ blue 233

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

Shades of Quartz #CECEE9

Tints of Quartz #CECEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.12%

R = 31.94%
G = 31.94%
B = 36.12%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CECEE9 (or 0xCECEE9) is known color: Quartz. HEX triplet: CE, CE and E9. RGB value is (206,206,233). Sum of RGB (Red+Green+Blue) = 206+206+233=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #CECEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEE9 is #313116. Grayscale: #D0D0D0. Windows color (decimal): -3223831 or 15322830. OLE color: 15322830.

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

Color convert

RGB 206 206 233 -
CMYK 0.12 0.12 0 0.09
HSL 240º 0.38% 0.86% -
HSV(B) 240º 0.12% 0.91% -
XYZ 62.23 63.15 86 -
YUV 209.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 206 206 233 0.12 0.12 0 0.09 240 0.38 0.86
Hex CE CE E9 C C 0 9 F0 26 56
Octal 316 316 351 14 14 0 11 360 46 126
Binary 11001110 11001110 11101001 1100 1100 0 1001 11110000 100110 1010110

Color Harmonies of #CECEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEE9

Black with #CECEE9

Text Example


Text Example

White with #CECEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEE9; }

 p { color: rgb(206,206,233); }

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

background-color css

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

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

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

border-color css

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

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

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