Html Css Color HEX #CEBFFF Lavender Blue

📋 copy color: '#CEBFFF'

red 206 ◦ green 191 ◦ blue 255

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

Shades of Lavender Blue #CEBFFF

Tints of Lavender Blue #CEBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 29.29%

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

R = 31.6%
G = 29.29%
B = 39.11%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEBFFF (or 0xCEBFFF) is known color: Lavender Blue. HEX triplet: CE, BF and FF. RGB value is (206,191,255). Sum of RGB (Red+Green+Blue) = 206+191+255=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFFF is #314000. Grayscale: #CACACA. Windows color (decimal): -3227649 or 16760782. OLE color: 16760782.

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

Color convert

RGB 206 191 255 -
CMYK 0.19 0.25 0 0
HSL 254.06º 1% 0.87% -
HSV(B) 254.06º 0.25% 1% -
XYZ 62.13 57.6 102.45 -
YUV 202.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 206 191 255 0.19 0.25 0 0 254.06 1 0.87
Hex CE BF FF 13 19 0 0 FE 64 57
Octal 316 277 377 23 31 0 0 376 144 127
Binary 11001110 10111111 11111111 10011 11001 0 0 11111110 1100100 1010111

Color Harmonies of #CEBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFFF

Black with #CEBFFF

Text Example


Text Example

White with #CEBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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