Html Css Color HEX #CECEE5 Quartz

📋 copy color: '#CECEE5'

red 206 ◦ green 206 ◦ blue 229

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

Shades of Quartz #CECEE5

Tints of Quartz #CECEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 32.14%
G = 32.14%
B = 35.73%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CECEE5 (or 0xCECEE5) is known color: Quartz. HEX triplet: CE, CE and E5. RGB value is (206,206,229). Sum of RGB (Red+Green+Blue) = 206+206+229=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEE5 is #31311A. Grayscale: #D0D0D0. Windows color (decimal): -3223835 or 15060686. OLE color: 15060686.

HSL color Cylindrical-coordinate representation of color #CECEE5: hue angle of 240º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECEE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 206 229 -
CMYK 0.10 0.10 0 0.10
HSL 240º 0.31% 0.85% -
HSV(B) 240º 0.1% 0.9% -
XYZ 61.67 62.92 83.02 -
YUV 208.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 206 206 229 0.10 0.10 0 0.10 240 0.31 0.85
Hex CE CE E5 A A 0 A F0 1F 55
Octal 316 316 345 12 12 0 12 360 37 125
Binary 11001110 11001110 11100101 1010 1010 0 1010 11110000 11111 1010101

Color Harmonies of #CECEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEE5

Black with #CECEE5

Text Example


Text Example

White with #CECEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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