Html Css Color HEX #CEBDFD Lavender Blue

📋 copy color: '#CEBDFD'

red 206 ◦ green 189 ◦ blue 253

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

Shades of Lavender Blue #CEBDFD

Tints of Lavender Blue #CEBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.17%

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

R = 31.79%
G = 29.17%
B = 39.04%

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

#CEBDFD (or 0xCEBDFD) is known color: Lavender Blue. HEX triplet: CE, BD and FD. RGB value is (206,189,253). Sum of RGB (Red+Green+Blue) = 206+189+253=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDFD is #314202. Grayscale: #C9C9C9. Windows color (decimal): -3228163 or 16629198. OLE color: 16629198.

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

Color convert

RGB 206 189 253 -
CMYK 0.19 0.25 0 0.01
HSL 255.94º 0.94% 0.87% -
HSV(B) 255.94º 0.25% 0.99% -
XYZ 61.38 56.61 100.62 -
YUV 201.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 206 189 253 0.19 0.25 0 0.01 255.94 0.94 0.87
Hex CE BD FD 13 19 0 1 100 5E 57
Octal 316 275 375 23 31 0 1 400 136 127
Binary 11001110 10111101 11111101 10011 11001 0 1 100000000 1011110 1010111

Color Harmonies of #CEBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDFD

Black with #CEBDFD

Text Example


Text Example

White with #CEBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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