#CFD0FD

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

Shades of Lavender Blue #CFD0FD

Tints of Lavender Blue #CFD0FD

Color information

#CFD0FD (or 0xCFD0FD) is unknown color: approx Lavender Blue. HEX triplet: CF, D0 and FD. RGB value is (207,208,253). Sum of RGB (Red+Green+Blue) = 207+208+253=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0FD is #302F02. Grayscale: #D4D4D4. Windows color (decimal): -3157763 or 16634063. OLE color: 16634063.

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

Color convert

RGB207208253-
CMYK0.180.1800.01
HSL238.7º92%90.2%-
HSV(B)238.7º18.18%99.22%-
XYZ66.0265.47102.09-
YUV212.83150.67123.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 208 (81.64% from 255) = 31.14%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=30.99%
G=31.14%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072082530.180.1800.01238.79290.2
HexCFD0FD121201ef5c5a
Octal317320375222201357134132
Binary1100111111010000111111011001010010011110111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0FD; }

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

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

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

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

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

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

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

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