Html Css Color HEX #CEBEFD Lavender Blue

📋 copy color: '#CEBEFD'

red 206 ◦ green 190 ◦ blue 253

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

Shades of Lavender Blue #CEBEFD

Tints of Lavender Blue #CEBEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.98%

R = 31.74%
G = 29.28%
B = 38.98%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEBEFD (or 0xCEBEFD) is known color: Lavender Blue. HEX triplet: CE, BE and FD. RGB value is (206,190,253). Sum of RGB (Red+Green+Blue) = 206+190+253=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEFD is #314102. Grayscale: #C9C9C9. Windows color (decimal): -3227907 or 16629454. OLE color: 16629454.

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

Color convert

RGB 206 190 253 -
CMYK 0.19 0.25 0 0.01
HSL 255.24º 0.94% 0.87% -
HSV(B) 255.24º 0.25% 0.99% -
XYZ 61.6 57.04 100.69 -
YUV 201.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 206 190 253 0.19 0.25 0 0.01 255.24 0.94 0.87
Hex CE BE FD 13 19 0 1 FF 5E 57
Octal 316 276 375 23 31 0 1 377 136 127
Binary 11001110 10111110 11111101 10011 11001 0 1 11111111 1011110 1010111

Color Harmonies of #CEBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEFD

Black with #CEBEFD

Text Example


Text Example

White with #CEBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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