Html Css Color HEX #CECFF1 Lavender Blue

📋 copy color: '#CECFF1'

red 206 ◦ green 207 ◦ blue 241

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

Shades of Lavender Blue #CECFF1

Tints of Lavender Blue #CECFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.65%

 BLUE value IS 241 (94.53% from 255) = 36.85%

R = 31.5%
G = 31.65%
B = 36.85%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CECFF1 (or 0xCECFF1) is known color: Lavender Blue. HEX triplet: CE, CF and F1. RGB value is (206,207,241). Sum of RGB (Red+Green+Blue) = 206+207+241=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #CECFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF1 is #31300E. Grayscale: #D2D2D2. Windows color (decimal): -3223567 or 15847374. OLE color: 15847374.

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

Color convert

RGB 206 207 241 -
CMYK 0.15 0.14 0 0.05
HSL 238.29º 0.56% 0.88% -
HSV(B) 238.29º 0.15% 0.95% -
XYZ 63.64 64.1 92.24 -
YUV 210.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 206 207 241 0.15 0.14 0 0.05 238.29 0.56 0.88
Hex CE CF F1 F E 0 5 EE 38 58
Octal 316 317 361 17 16 0 5 356 70 130
Binary 11001110 11001111 11110001 1111 1110 0 101 11101110 111000 1011000

Color Harmonies of #CECFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFF1

Black with #CECFF1

Text Example


Text Example

White with #CECFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFF1; }

 p { color: rgb(206,207,241); }

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

background-color css

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

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

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

border-color css

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

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

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