Html Css Color HEX #CECFF5 Lavender Blue

📋 copy color: '#CECFF5'

red 206 ◦ green 207 ◦ blue 245

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

Shades of Lavender Blue #CECFF5

Tints of Lavender Blue #CECFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.23%

R = 31.31%
G = 31.46%
B = 37.23%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CECFF5 (or 0xCECFF5) is known color: Lavender Blue. HEX triplet: CE, CF and F5. RGB value is (206,207,245). Sum of RGB (Red+Green+Blue) = 206+207+245=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #CECFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF5 is #31300A. Grayscale: #D2D2D2. Windows color (decimal): -3223563 or 16109518. OLE color: 16109518.

HSL color Cylindrical-coordinate representation of color #CECFF5: hue angle of 238.46º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECFF5 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 207 245 -
CMYK 0.16 0.16 0 0.04
HSL 238.46º 0.66% 0.88% -
HSV(B) 238.46º 0.16% 0.96% -
XYZ 64.25 64.34 95.42 -
YUV 211.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 206 207 245 0.16 0.16 0 0.04 238.46 0.66 0.88
Hex CE CF F5 10 10 0 4 EE 42 58
Octal 316 317 365 20 20 0 4 356 102 130
Binary 11001110 11001111 11110101 10000 10000 0 100 11101110 1000010 1011000

Color Harmonies of #CECFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFF5

Black with #CECFF5

Text Example


Text Example

White with #CECFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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