Html Css Color HEX #CEC4FF Lavender Blue

📋 copy color: '#CEC4FF'

red 206 ◦ green 196 ◦ blue 255

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

Shades of Lavender Blue #CEC4FF

Tints of Lavender Blue #CEC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.83%

 BLUE value IS 255 (100% from 255) = 38.81%

R = 31.35%
G = 29.83%
B = 38.81%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEC4FF (or 0xCEC4FF) is known color: Lavender Blue. HEX triplet: CE, C4 and FF. RGB value is (206,196,255). Sum of RGB (Red+Green+Blue) = 206+196+255=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4FF is #313B00. Grayscale: #CDCDCD. Windows color (decimal): -3226369 or 16762062. OLE color: 16762062.

HSL color Cylindrical-coordinate representation of color #CEC4FF: hue angle of 250.17º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC4FF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 196 255 -
CMYK 0.19 0.23 0 0
HSL 250.17º 1% 0.88% -
HSV(B) 250.17º 0.23% 1% -
XYZ 63.24 59.82 102.82 -
YUV 205.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 206 196 255 0.19 0.23 0 0 250.17 1 0.88
Hex CE C4 FF 13 17 0 0 FA 64 58
Octal 316 304 377 23 27 0 0 372 144 130
Binary 11001110 11000100 11111111 10011 10111 0 0 11111010 1100100 1011000

Color Harmonies of #CEC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC4FF

Black with #CEC4FF

Text Example


Text Example

White with #CEC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC4FF; }

 p { color: rgb(206,196,255); }

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

background-color css

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

 a { background-color: rgb(206,196,255); }

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

border-color css

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

 span { border-color: rgb(206,196,255); }

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