Html Css Color HEX #CECFFB Lavender Blue

📋 copy color: '#CECFFB'

red 206 ◦ green 207 ◦ blue 251

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

Shades of Lavender Blue #CECFFB

Tints of Lavender Blue #CECFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 31.02%
G = 31.17%
B = 37.8%

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

#CECFFB (or 0xCECFFB) is known color: Lavender Blue. HEX triplet: CE, CF and FB. RGB value is (206,207,251). Sum of RGB (Red+Green+Blue) = 206+207+251=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #CECFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFFB is #313004. Grayscale: #D3D3D3. Windows color (decimal): -3223557 or 16502734. OLE color: 16502734.

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

Color convert

RGB 206 207 251 -
CMYK 0.18 0.18 0 0.02
HSL 238.67º 0.85% 0.9% -
HSV(B) 238.67º 0.18% 0.98% -
XYZ 65.18 64.71 100.32 -
YUV 211.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 206 207 251 0.18 0.18 0 0.02 238.67 0.85 0.9
Hex CE CF FB 12 12 0 2 EF 55 5A
Octal 316 317 373 22 22 0 2 357 125 132
Binary 11001110 11001111 11111011 10010 10010 0 10 11101111 1010101 1011010

Color Harmonies of #CECFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFFB

Black with #CECFFB

Text Example


Text Example

White with #CECFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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