Html Css Color HEX #CEC8F2 Lavender Blue

📋 copy color: '#CEC8F2'

red 206 ◦ green 200 ◦ blue 242

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

Shades of Lavender Blue #CEC8F2

Tints of Lavender Blue #CEC8F2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.86%

 BLUE value IS 242 (94.92% from 255) = 37.35%

R = 31.79%
G = 30.86%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEC8F2 (or 0xCEC8F2) is known color: Lavender Blue. HEX triplet: CE, C8 and F2. RGB value is (206,200,242). Sum of RGB (Red+Green+Blue) = 206+200+242=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8F2 is #31370D. Grayscale: #CECECE. Windows color (decimal): -3225358 or 15911118. OLE color: 15911118.

HSL color Cylindrical-coordinate representation of color #CEC8F2: hue angle of 248.57º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC8F2 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 200 242 -
CMYK 0.15 0.17 0 0.05
HSL 248.57º 0.62% 0.87% -
HSV(B) 248.57º 0.17% 0.95% -
XYZ 62.13 60.84 92.47 -
YUV 206.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 206 200 242 0.15 0.17 0 0.05 248.57 0.62 0.87
Hex CE C8 F2 F 11 0 5 F9 3E 57
Octal 316 310 362 17 21 0 5 371 76 127
Binary 11001110 11001000 11110010 1111 10001 0 101 11111001 111110 1010111

Color Harmonies of #CEC8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8F2

Black with #CEC8F2

Text Example


Text Example

White with #CEC8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8F2; }

 p { color: rgb(206,200,242); }

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

background-color css

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

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

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

border-color css

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

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

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