#CFCFF4

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

Shades of Lavender Blue #CFCFF4

Tints of Lavender Blue #CFCFF4

Color information

#CFCFF4 (or 0xCFCFF4) is unknown color: approx Lavender Blue. HEX triplet: CF, CF and F4. RGB value is (207,207,244). Sum of RGB (Red+Green+Blue) = 207+207+244=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF4 is #30300B. Grayscale: #D3D3D3. Windows color (decimal): -3158028 or 16043983. OLE color: 16043983.

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

Color convert

RGB207207244-
CMYK0.150.1500.04
HSL240º62.71%88.43%-
HSV(B)240º15.16%95.69%-
XYZ64.3764.4294.63-
YUV211.22146.5124.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 244 (95.70% from 255) = 37.08%
R=31.46%
G=31.46%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072072440.150.1500.0424062.7188.43
HexCFCFF4FF04f03f58
Octal31731736417170436077130
Binary110011111100111111110100111111110100111100001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFF4; }

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

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

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

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

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

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

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

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