#CFCFFE

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

Shades of Lavender Blue #CFCFFE

Tints of Lavender Blue #CFCFFE

Color information

#CFCFFE (or 0xCFCFFE) is unknown color: approx Lavender Blue. HEX triplet: CF, CF and FE. RGB value is (207,207,254). Sum of RGB (Red+Green+Blue) = 207+207+254=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFCFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFFE is #303001. Grayscale: #D4D4D4. Windows color (decimal): -3158018 or 16699343. OLE color: 16699343.

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

Color convert

RGB207207254-
CMYK0.190.1900.00
HSL240º95.92%90.39%-
HSV(B)240º18.5%99.61%-
XYZ65.9365.05102.85-
YUV212.36151.5124.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=30.99%
G=30.99%
B=38.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072072540.190.1900.0024095.9290.39
HexCFCFFE131300f0605a
Octal317317376232300360140132
Binary1100111111001111111111101001110011001111000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFFE; }

 p { color: rgb(207,207,254); }

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

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

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

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

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

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

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