Html Css Color HEX #CECCEE Lavender Blue

📋 copy color: '#CECCEE'

red 206 ◦ green 204 ◦ blue 238

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

Shades of Lavender Blue #CECCEE

Tints of Lavender Blue #CECCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.48%

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

R = 31.79%
G = 31.48%
B = 36.73%

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

#CECCEE (or 0xCECCEE) is known color: Lavender Blue. HEX triplet: CE, CC and EE. RGB value is (206,204,238). Sum of RGB (Red+Green+Blue) = 206+204+238=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #CECCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCEE is #313311. Grayscale: #D0D0D0. Windows color (decimal): -3224338 or 15649998. OLE color: 15649998.

HSL color Cylindrical-coordinate representation of color #CECCEE: hue angle of 243.53º degrees, saturation: 0.5, 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 #CECCEE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 204 238 -
CMYK 0.13 0.14 0 0.07
HSL 243.53º 0.5% 0.87% -
HSV(B) 243.53º 0.14% 0.93% -
XYZ 62.48 62.48 89.66 -
YUV 208.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 206 204 238 0.13 0.14 0 0.07 243.53 0.5 0.87
Hex CE CC EE D E 0 7 F4 32 57
Octal 316 314 356 15 16 0 7 364 62 127
Binary 11001110 11001100 11101110 1101 1110 0 111 11110100 110010 1010111

Color Harmonies of #CECCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECCEE

Black with #CECCEE

Text Example


Text Example

White with #CECCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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