#CFD0F4

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

Shades of Lavender Blue #CFD0F4

Tints of Lavender Blue #CFD0F4

Color information

#CFD0F4 (or 0xCFD0F4) is unknown color: approx Lavender Blue. HEX triplet: CF, D0 and F4. RGB value is (207,208,244). Sum of RGB (Red+Green+Blue) = 207+208+244=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFD0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0F4 is #302F0B. Grayscale: #D3D3D3. Windows color (decimal): -3157772 or 16044239. OLE color: 16044239.

HSL color Cylindrical-coordinate representation of color #CFD0F4: hue angle of 238.38º 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 #CFD0F4 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207208244-
CMYK0.150.1500.04
HSL238.38º62.71%88.43%-
HSV(B)238.38º15.16%95.69%-
XYZ64.6264.9194.71-
YUV211.8146.17124.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 244 (95.70% from 255) = 37.03%
R=31.41%
G=31.56%
B=37.03%

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
Decimal2072082440.150.1500.04238.3862.7188.43
HexCFD0F4FF04ee3f58
Octal31732036417170435677130
Binary110011111101000011110100111111110100111011101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0F4; }

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

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

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

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

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

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

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

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