Html Css Color HEX #CECCFC Lavender Blue

📋 copy color: '#CECCFC'

red 206 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #CECCFC

Tints of Lavender Blue #CECCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.82%

 BLUE value IS 252 (98.83% from 255) = 38.07%

R = 31.12%
G = 30.82%
B = 38.07%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CECCFC (or 0xCECCFC) is known color: Lavender Blue. HEX triplet: CE, CC and FC. RGB value is (206,204,252). Sum of RGB (Red+Green+Blue) = 206+204+252=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #CECCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFC is #313303. Grayscale: #D1D1D1. Windows color (decimal): -3224324 or 16567502. OLE color: 16567502.

HSL color Cylindrical-coordinate representation of color #CECCFC: hue angle of 242.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECCFC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 204 252 -
CMYK 0.18 0.19 0 0.01
HSL 242.5º 0.89% 0.89% -
HSV(B) 242.5º 0.19% 0.99% -
XYZ 64.62 63.34 100.91 -
YUV 210.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 206 204 252 0.18 0.19 0 0.01 242.5 0.89 0.89
Hex CE CC FC 12 13 0 1 F2 59 59
Octal 316 314 374 22 23 0 1 362 131 131
Binary 11001110 11001100 11111100 10010 10011 0 1 11110010 1011001 1011001

Color Harmonies of #CECCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECCFC

Black with #CECCFC

Text Example


Text Example

White with #CECCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECCFC; }

 p { color: rgb(206,204,252); }

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

background-color css

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

 a { background-color: rgb(206,204,252); }

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

border-color css

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

 span { border-color: rgb(206,204,252); }

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