Html Css Color HEX #CEBFFE Lavender Blue

📋 copy color: '#CEBFFE'

red 206 ◦ green 191 ◦ blue 254

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

Shades of Lavender Blue #CEBFFE

Tints of Lavender Blue #CEBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 31.64%
G = 29.34%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEBFFE (or 0xCEBFFE) is known color: Lavender Blue. HEX triplet: CE, BF and FE. RGB value is (206,191,254). Sum of RGB (Red+Green+Blue) = 206+191+254=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFFE is #314001. Grayscale: #CACACA. Windows color (decimal): -3227650 or 16695246. OLE color: 16695246.

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

Color convert

RGB 206 191 254 -
CMYK 0.19 0.25 0 0.00
HSL 254.29º 0.97% 0.87% -
HSV(B) 254.29º 0.25% 1% -
XYZ 61.97 57.54 101.61 -
YUV 202.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 206 191 254 0.19 0.25 0 0.00 254.29 0.97 0.87
Hex CE BF FE 13 19 0 0 FE 61 57
Octal 316 277 376 23 31 0 0 376 141 127
Binary 11001110 10111111 11111110 10011 11001 0 0 11111110 1100001 1010111

Color Harmonies of #CEBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFFE

Black with #CEBFFE

Text Example


Text Example

White with #CEBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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