Html Css Color HEX #CECDEB Quartz

📋 copy color: '#CECDEB'

red 206 ◦ green 205 ◦ blue 235

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

Shades of Quartz #CECDEB

Tints of Quartz #CECDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.38%

R = 31.89%
G = 31.73%
B = 36.38%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CECDEB (or 0xCECDEB) is known color: Quartz. HEX triplet: CE, CD and EB. RGB value is (206,205,235). Sum of RGB (Red+Green+Blue) = 206+205+235=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #CECDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDEB is #313214. Grayscale: #D0D0D0. Windows color (decimal): -3224085 or 15453646. OLE color: 15453646.

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

Color convert

RGB 206 205 235 -
CMYK 0.12 0.13 0 0.08
HSL 242º 0.43% 0.86% -
HSV(B) 242º 0.13% 0.92% -
XYZ 62.28 62.78 87.43 -
YUV 208.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 206 205 235 0.12 0.13 0 0.08 242 0.43 0.86
Hex CE CD EB C D 0 8 F2 2B 56
Octal 316 315 353 14 15 0 10 362 53 126
Binary 11001110 11001101 11101011 1100 1101 0 1000 11110010 101011 1010110

Color Harmonies of #CECDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDEB

Black with #CECDEB

Text Example


Text Example

White with #CECDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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