Html Css Color HEX #CECEFA Lavender Blue

📋 copy color: '#CECEFA'

red 206 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #CECEFA

Tints of Lavender Blue #CECEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 31.12%
G = 31.12%
B = 37.76%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CECEFA (or 0xCECEFA) is known color: Lavender Blue. HEX triplet: CE, CE and FA. RGB value is (206,206,250). Sum of RGB (Red+Green+Blue) = 206+206+250=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #CECEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEFA is #313105. Grayscale: #D2D2D2. Windows color (decimal): -3223814 or 16436942. OLE color: 16436942.

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

Color convert

RGB 206 206 250 -
CMYK 0.18 0.18 0 0.02
HSL 240º 0.81% 0.89% -
HSV(B) 240º 0.18% 0.98% -
XYZ 64.78 64.17 99.41 -
YUV 211.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 206 206 250 0.18 0.18 0 0.02 240 0.81 0.89
Hex CE CE FA 12 12 0 2 F0 51 59
Octal 316 316 372 22 22 0 2 360 121 131
Binary 11001110 11001110 11111010 10010 10010 0 10 11110000 1010001 1011001

Color Harmonies of #CECEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEFA

Black with #CECEFA

Text Example


Text Example

White with #CECEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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