Html Css Color HEX #CEBBFF Lavender Blue

📋 copy color: '#CEBBFF'

red 206 ◦ green 187 ◦ blue 255

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

Shades of Lavender Blue #CEBBFF

Tints of Lavender Blue #CEBBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.86%

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

R = 31.79%
G = 28.86%
B = 39.35%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEBBFF (or 0xCEBBFF) is known color: Lavender Blue. HEX triplet: CE, BB and FF. RGB value is (206,187,255). Sum of RGB (Red+Green+Blue) = 206+187+255=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBFF is #314400. Grayscale: #C8C8C8. Windows color (decimal): -3228673 or 16759758. OLE color: 16759758.

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

Color convert

RGB 206 187 255 -
CMYK 0.19 0.27 0 0
HSL 256.76º 1% 0.87% -
HSV(B) 256.76º 0.27% 1% -
XYZ 61.27 55.88 102.16 -
YUV 200.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 206 187 255 0.19 0.27 0 0 256.76 1 0.87
Hex CE BB FF 13 1B 0 0 101 64 57
Octal 316 273 377 23 33 0 0 401 144 127
Binary 11001110 10111011 11111111 10011 11011 0 0 100000001 1100100 1010111

Color Harmonies of #CEBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBFF

Black with #CEBBFF

Text Example


Text Example

White with #CEBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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