Html Css Color HEX #CEBEFE Lavender Blue

📋 copy color: '#CEBEFE'

red 206 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #CEBEFE

Tints of Lavender Blue #CEBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.23%

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

R = 31.69%
G = 29.23%
B = 39.08%

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

#CEBEFE (or 0xCEBEFE) is known color: Lavender Blue. HEX triplet: CE, BE and FE. RGB value is (206,190,254). Sum of RGB (Red+Green+Blue) = 206+190+254=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEFE is #314101. Grayscale: #C9C9C9. Windows color (decimal): -3227906 or 16694990. OLE color: 16694990.

HSL color Cylindrical-coordinate representation of color #CEBEFE: hue angle of 255º 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 #CEBEFE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 190 254 -
CMYK 0.19 0.25 0 0.00
HSL 255º 0.97% 0.87% -
HSV(B) 255º 0.25% 1% -
XYZ 61.76 57.1 101.53 -
YUV 202.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 206 190 254 0.19 0.25 0 0.00 255 0.97 0.87
Hex CE BE FE 13 19 0 0 FF 61 57
Octal 316 276 376 23 31 0 0 377 141 127
Binary 11001110 10111110 11111110 10011 11001 0 0 11111111 1100001 1010111

Color Harmonies of #CEBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEFE

Black with #CEBEFE

Text Example


Text Example

White with #CEBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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