Html Css Color HEX #CEBDFF Lavender Blue

📋 copy color: '#CEBDFF'

red 206 ◦ green 189 ◦ blue 255

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

Shades of Lavender Blue #CEBDFF

Tints of Lavender Blue #CEBDFF

RGB

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

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

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

R = 31.69%
G = 29.08%
B = 39.23%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEBDFF (or 0xCEBDFF) is known color: Lavender Blue. HEX triplet: CE, BD and FF. RGB value is (206,189,255). Sum of RGB (Red+Green+Blue) = 206+189+255=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDFF is #314200. Grayscale: #C9C9C9. Windows color (decimal): -3228161 or 16760270. OLE color: 16760270.

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

Color convert

RGB 206 189 255 -
CMYK 0.19 0.26 0 0
HSL 255.45º 1% 0.87% -
HSV(B) 255.45º 0.26% 1% -
XYZ 61.7 56.74 102.31 -
YUV 201.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 206 189 255 0.19 0.26 0 0 255.45 1 0.87
Hex CE BD FF 13 1A 0 0 FF 64 57
Octal 316 275 377 23 32 0 0 377 144 127
Binary 11001110 10111101 11111111 10011 11010 0 0 11111111 1100100 1010111

Color Harmonies of #CEBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDFF

Black with #CEBDFF

Text Example


Text Example

White with #CEBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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