Html Css Color HEX #CEBEFF Lavender Blue

📋 copy color: '#CEBEFF'

red 206 ◦ green 190 ◦ blue 255

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

Shades of Lavender Blue #CEBEFF

Tints of Lavender Blue #CEBEFF

RGB

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

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

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

R = 31.64%
G = 29.19%
B = 39.17%

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

#CEBEFF (or 0xCEBEFF) is known color: Lavender Blue. HEX triplet: CE, BE and FF. RGB value is (206,190,255). Sum of RGB (Red+Green+Blue) = 206+190+255=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEFF is #314100. Grayscale: #C9C9C9. Windows color (decimal): -3227905 or 16760526. OLE color: 16760526.

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

Color convert

RGB 206 190 255 -
CMYK 0.19 0.25 0 0
HSL 254.77º 1% 0.87% -
HSV(B) 254.77º 0.25% 1% -
XYZ 61.92 57.17 102.38 -
YUV 202.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 206 190 255 0.19 0.25 0 0 254.77 1 0.87
Hex CE BE FF 13 19 0 0 FF 64 57
Octal 316 276 377 23 31 0 0 377 144 127
Binary 11001110 10111110 11111111 10011 11001 0 0 11111111 1100100 1010111

Color Harmonies of #CEBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEFF

Black with #CEBEFF

Text Example


Text Example

White with #CEBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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