Html Css Color HEX #CECDEE Quartz

📋 copy color: '#CECDEE'

red 206 ◦ green 205 ◦ blue 238

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

Shades of Quartz #CECDEE

Tints of Quartz #CECDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 31.74%
G = 31.59%
B = 36.67%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CECDEE (or 0xCECDEE) is known color: Quartz. HEX triplet: CE, CD and EE. RGB value is (206,205,238). Sum of RGB (Red+Green+Blue) = 206+205+238=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CECDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDEE is #313211. Grayscale: #D0D0D0. Windows color (decimal): -3224082 or 15650254. OLE color: 15650254.

HSL color Cylindrical-coordinate representation of color #CECDEE: hue angle of 241.82º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECDEE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 205 238 -
CMYK 0.13 0.14 0 0.07
HSL 241.82º 0.49% 0.87% -
HSV(B) 241.82º 0.14% 0.93% -
XYZ 62.72 62.96 89.74 -
YUV 209.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 206 205 238 0.13 0.14 0 0.07 241.82 0.49 0.87
Hex CE CD EE D E 0 7 F2 31 57
Octal 316 315 356 15 16 0 7 362 61 127
Binary 11001110 11001101 11101110 1101 1110 0 111 11110010 110001 1010111

Color Harmonies of #CECDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDEE

Black with #CECDEE

Text Example


Text Example

White with #CECDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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