Html Css Color HEX #CECEE4 Quartz

📋 copy color: '#CECEE4'

red 206 ◦ green 206 ◦ blue 228

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

Shades of Quartz #CECEE4

Tints of Quartz #CECEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.63%

R = 32.19%
G = 32.19%
B = 35.63%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CECEE4 (or 0xCECEE4) is known color: Quartz. HEX triplet: CE, CE and E4. RGB value is (206,206,228). Sum of RGB (Red+Green+Blue) = 206+206+228=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #CECEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEE4 is #31311B. Grayscale: #D0D0D0. Windows color (decimal): -3223836 or 14995150. OLE color: 14995150.

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

Color convert

RGB 206 206 228 -
CMYK 0.10 0.10 0 0.11
HSL 240º 0.29% 0.85% -
HSV(B) 240º 0.1% 0.89% -
XYZ 61.53 62.87 82.29 -
YUV 208.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 206 206 228 0.10 0.10 0 0.11 240 0.29 0.85
Hex CE CE E4 A A 0 B F0 1D 55
Octal 316 316 344 12 12 0 13 360 35 125
Binary 11001110 11001110 11100100 1010 1010 0 1011 11110000 11101 1010101

Color Harmonies of #CECEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEE4

Black with #CECEE4

Text Example


Text Example

White with #CECEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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