Html Css Color HEX #CEBCFF Lavender Blue

📋 copy color: '#CEBCFF'

red 206 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #CEBCFF

Tints of Lavender Blue #CEBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.97%

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

R = 31.74%
G = 28.97%
B = 39.29%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEBCFF (or 0xCEBCFF) is known color: Lavender Blue. HEX triplet: CE, BC and FF. RGB value is (206,188,255). Sum of RGB (Red+Green+Blue) = 206+188+255=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCFF is #314300. Grayscale: #C8C8C8. Windows color (decimal): -3228417 or 16760014. OLE color: 16760014.

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

Color convert

RGB 206 188 255 -
CMYK 0.19 0.26 0 0
HSL 256.12º 1% 0.87% -
HSV(B) 256.12º 0.26% 1% -
XYZ 61.49 56.31 102.24 -
YUV 201.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 206 188 255 0.19 0.26 0 0 256.12 1 0.87
Hex CE BC FF 13 1A 0 0 100 64 57
Octal 316 274 377 23 32 0 0 400 144 127
Binary 11001110 10111100 11111111 10011 11010 0 0 100000000 1100100 1010111

Color Harmonies of #CEBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCFF

Black with #CEBCFF

Text Example


Text Example

White with #CEBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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