Html Css Color HEX #CECEFF Lavender Blue

📋 copy color: '#CECEFF'

red 206 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #CECEFF

Tints of Lavender Blue #CECEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.88%

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

R = 30.88%
G = 30.88%
B = 38.23%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CECEFF (or 0xCECEFF) is known color: Lavender Blue. HEX triplet: CE, CE and FF. RGB value is (206,206,255). Sum of RGB (Red+Green+Blue) = 206+206+255=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEFF is #313100. Grayscale: #D3D3D3. Windows color (decimal): -3223809 or 16764622. OLE color: 16764622.

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

Color convert

RGB 206 206 255 -
CMYK 0.19 0.19 0 0
HSL 240º 1% 0.9% -
HSV(B) 240º 0.19% 1% -
XYZ 65.57 64.48 103.6 -
YUV 211.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 206 206 255 0.19 0.19 0 0 240 1 0.9
Hex CE CE FF 13 13 0 0 F0 64 5A
Octal 316 316 377 23 23 0 0 360 144 132
Binary 11001110 11001110 11111111 10011 10011 0 0 11110000 1100100 1011010

Color Harmonies of #CECEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEFF

Black with #CECEFF

Text Example


Text Example

White with #CECEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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