Html Css Color HEX #CECEE7 Quartz

📋 copy color: '#CECEE7'

red 206 ◦ green 206 ◦ blue 231

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

Shades of Quartz #CECEE7

Tints of Quartz #CECEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.93%

R = 32.04%
G = 32.04%
B = 35.93%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CECEE7 (or 0xCECEE7) is known color: Quartz. HEX triplet: CE, CE and E7. RGB value is (206,206,231). Sum of RGB (Red+Green+Blue) = 206+206+231=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #CECEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEE7 is #313118. Grayscale: #D0D0D0. Windows color (decimal): -3223833 or 15191758. OLE color: 15191758.

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

Color convert

RGB 206 206 231 -
CMYK 0.11 0.11 0 0.09
HSL 240º 0.34% 0.86% -
HSV(B) 240º 0.11% 0.91% -
XYZ 61.95 63.03 84.5 -
YUV 208.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 206 206 231 0.11 0.11 0 0.09 240 0.34 0.86
Hex CE CE E7 B B 0 9 F0 22 56
Octal 316 316 347 13 13 0 11 360 42 126
Binary 11001110 11001110 11100111 1011 1011 0 1001 11110000 100010 1010110

Color Harmonies of #CECEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEE7

Black with #CECEE7

Text Example


Text Example

White with #CECEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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