#CECAFF

Color #CECAFF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CECAFF

Tints of Lavender Blue #CECAFF

Color information

#CECAFF (or 0xCECAFF) is unknown color: approx Lavender Blue. HEX triplet: CE, CA and FF. RGB value is (206,202,255). Sum of RGB (Red+Green+Blue) = 206+202+255=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFF is #313500. Grayscale: #D1D1D1. Windows color (decimal): -3224833 or 16763598. OLE color: 16763598.

HSL color Cylindrical-coordinate representation of color #CECAFF: hue angle of 244.53º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CECAFF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206202255-
CMYK0.190.2100
HSL244.53º100%89.61%-
HSV(B)244.53º20.78%100%-
XYZ64.6262.58103.28-
YUV209.24153.83125.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 255 (100% from 255) = 38.46%
R=31.07%
G=30.47%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062022550.190.2100244.5310089.61
HexCECAFF131500f5645a
Octal316312377232500365144132
Binary1100111011001010111111111001110101001111010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAFF; }

 p { color: rgb(206,202,255); }

 H1.HeaderClassName
 {
   color: #CECAFF;
 }
 .AnyTagClassName
 {
   color: #CECAFF;
 }
</style>
background-color css

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

 a { background-color: rgb(206,202,255); }

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

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

 span { border-color: rgb(206,202,255); }

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