Html Css Color HEX #CECBFE Lavender Blue

📋 copy color: '#CECBFE'

red 206 ◦ green 203 ◦ blue 254

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

Shades of Lavender Blue #CECBFE

Tints of Lavender Blue #CECBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.62%

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

R = 31.07%
G = 30.62%
B = 38.31%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CECBFE (or 0xCECBFE) is known color: Lavender Blue. HEX triplet: CE, CB and FE. RGB value is (206,203,254). Sum of RGB (Red+Green+Blue) = 206+203+254=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #CECBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFE is #313401. Grayscale: #D1D1D1. Windows color (decimal): -3224578 or 16698318. OLE color: 16698318.

HSL color Cylindrical-coordinate representation of color #CECBFE: hue angle of 243.53º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECBFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 203 254 -
CMYK 0.19 0.20 0 0.00
HSL 243.53º 0.96% 0.9% -
HSV(B) 243.53º 0.2% 1% -
XYZ 64.7 62.99 102.51 -
YUV 209.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 206 203 254 0.19 0.20 0 0.00 243.53 0.96 0.9
Hex CE CB FE 13 14 0 0 F4 60 5A
Octal 316 313 376 23 24 0 0 364 140 132
Binary 11001110 11001011 11111110 10011 10100 0 0 11110100 1100000 1011010

Color Harmonies of #CECBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBFE

Black with #CECBFE

Text Example


Text Example

White with #CECBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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