Html Css Color HEX #CECDEA Quartz

📋 copy color: '#CECDEA'

red 206 ◦ green 205 ◦ blue 234

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

Shades of Quartz #CECDEA

Tints of Quartz #CECDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.78%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 31.94%
G = 31.78%
B = 36.28%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CECDEA (or 0xCECDEA) is known color: Quartz. HEX triplet: CE, CD and EA. RGB value is (206,205,234). Sum of RGB (Red+Green+Blue) = 206+205+234=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #CECDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDEA is #313215. Grayscale: #D0D0D0. Windows color (decimal): -3224086 or 15388110. OLE color: 15388110.

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

Color convert

RGB 206 205 234 -
CMYK 0.12 0.12 0 0.08
HSL 242.07º 0.41% 0.86% -
HSV(B) 242.07º 0.12% 0.92% -
XYZ 62.14 62.72 86.67 -
YUV 208.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 206 205 234 0.12 0.12 0 0.08 242.07 0.41 0.86
Hex CE CD EA C C 0 8 F2 29 56
Octal 316 315 352 14 14 0 10 362 51 126
Binary 11001110 11001101 11101010 1100 1100 0 1000 11110010 101001 1010110

Color Harmonies of #CECDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDEA

Black with #CECDEA

Text Example


Text Example

White with #CECDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDEA; }

 p { color: rgb(206,205,234); }

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

background-color css

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

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

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

border-color css

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

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

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