Html Css Color HEX #CEC2FF Lavender Blue

📋 copy color: '#CEC2FF'

red 206 ◦ green 194 ◦ blue 255

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

Shades of Lavender Blue #CEC2FF

Tints of Lavender Blue #CEC2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.62%

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

R = 31.45%
G = 29.62%
B = 38.93%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEC2FF (or 0xCEC2FF) is known color: Lavender Blue. HEX triplet: CE, C2 and FF. RGB value is (206,194,255). Sum of RGB (Red+Green+Blue) = 206+194+255=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2FF is #313D00. Grayscale: #CCCCCC. Windows color (decimal): -3226881 or 16761550. OLE color: 16761550.

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

Color convert

RGB 206 194 255 -
CMYK 0.19 0.24 0 0
HSL 251.8º 1% 0.88% -
HSV(B) 251.8º 0.24% 1% -
XYZ 62.8 58.93 102.67 -
YUV 204.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 206 194 255 0.19 0.24 0 0 251.8 1 0.88
Hex CE C2 FF 13 18 0 0 FC 64 58
Octal 316 302 377 23 30 0 0 374 144 130
Binary 11001110 11000010 11111111 10011 11000 0 0 11111100 1100100 1011000

Color Harmonies of #CEC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2FF

Black with #CEC2FF

Text Example


Text Example

White with #CEC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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