Html Css Color HEX #CECBE4 Quartz

📋 copy color: '#CECBE4'

red 206 ◦ green 203 ◦ blue 228

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

Shades of Quartz #CECBE4

Tints of Quartz #CECBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.87%

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

R = 32.34%
G = 31.87%
B = 35.79%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CECBE4 (or 0xCECBE4) is known color: Quartz. HEX triplet: CE, CB and E4. RGB value is (206,203,228). Sum of RGB (Red+Green+Blue) = 206+203+228=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #CECBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE4 is #31341B. Grayscale: #CECECE. Windows color (decimal): -3224604 or 14994382. OLE color: 14994382.

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

Color convert

RGB 206 203 228 -
CMYK 0.10 0.11 0 0.11
HSL 247.2º 0.32% 0.85% -
HSV(B) 247.2º 0.11% 0.89% -
XYZ 60.81 61.44 82.05 -
YUV 206.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 206 203 228 0.10 0.11 0 0.11 247.2 0.32 0.85
Hex CE CB E4 A B 0 B F7 20 55
Octal 316 313 344 12 13 0 13 367 40 125
Binary 11001110 11001011 11100100 1010 1011 0 1011 11110111 100000 1010101

Color Harmonies of #CECBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBE4

Black with #CECBE4

Text Example


Text Example

White with #CECBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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