Html Css Color HEX #CECEE1 Quartz

📋 copy color: '#CECEE1'

red 206 ◦ green 206 ◦ blue 225

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

Shades of Quartz #CECEE1

Tints of Quartz #CECEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.32%

R = 32.34%
G = 32.34%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CECEE1 (or 0xCECEE1) is known color: Quartz. HEX triplet: CE, CE and E1. RGB value is (206,206,225). Sum of RGB (Red+Green+Blue) = 206+206+225=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #CECEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEE1 is #31311E. Grayscale: #D0D0D0. Windows color (decimal): -3223839 or 14798542. OLE color: 14798542.

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

Color convert

RGB 206 206 225 -
CMYK 0.08 0.08 0 0.12
HSL 240º 0.24% 0.85% -
HSV(B) 240º 0.08% 0.88% -
XYZ 61.12 62.7 80.12 -
YUV 208.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 206 206 225 0.08 0.08 0 0.12 240 0.24 0.85
Hex CE CE E1 8 8 0 C F0 18 55
Octal 316 316 341 10 10 0 14 360 30 125
Binary 11001110 11001110 11100001 1000 1000 0 1100 11110000 11000 1010101

Color Harmonies of #CECEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEE1

Black with #CECEE1

Text Example


Text Example

White with #CECEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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