Html Css Color HEX #CEC2FA Lavender Blue

📋 copy color: '#CEC2FA'

red 206 ◦ green 194 ◦ blue 250

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

Shades of Lavender Blue #CEC2FA

Tints of Lavender Blue #CEC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.85%

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

R = 31.69%
G = 29.85%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEC2FA (or 0xCEC2FA) is known color: Lavender Blue. HEX triplet: CE, C2 and FA. RGB value is (206,194,250). Sum of RGB (Red+Green+Blue) = 206+194+250=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2FA is #313D05. Grayscale: #CBCBCB. Windows color (decimal): -3226886 or 16433870. OLE color: 16433870.

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

Color convert

RGB 206 194 250 -
CMYK 0.18 0.22 0 0.02
HSL 252.86º 0.85% 0.87% -
HSV(B) 252.86º 0.22% 0.98% -
XYZ 62 58.61 98.49 -
YUV 203.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 206 194 250 0.18 0.22 0 0.02 252.86 0.85 0.87
Hex CE C2 FA 12 16 0 2 FD 55 57
Octal 316 302 372 22 26 0 2 375 125 127
Binary 11001110 11000010 11111010 10010 10110 0 10 11111101 1010101 1010111

Color Harmonies of #CEC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2FA

Black with #CEC2FA

Text Example


Text Example

White with #CEC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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