#CFCAFD

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

Shades of Lavender Blue #CFCAFD

Tints of Lavender Blue #CFCAFD

Color information

#CFCAFD (or 0xCFCAFD) is unknown color: approx Lavender Blue. HEX triplet: CF, CA and FD. RGB value is (207,202,253). Sum of RGB (Red+Green+Blue) = 207+202+253=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAFD is #303502. Grayscale: #D1D1D1. Windows color (decimal): -3159299 or 16632527. OLE color: 16632527.

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

Color convert

RGB207202253-
CMYK0.180.2000.01
HSL245.88º92.73%89.22%-
HSV(B)245.88º20.16%99.22%-
XYZ64.5862.6101.61-
YUV209.31152.66126.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.27%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=31.27%
G=30.51%
B=38.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072022530.180.2000.01245.8892.7389.22
HexCFCAFD121401f65d59
Octal317312375222401366135131
Binary1100111111001010111111011001010100011111011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAFD; }

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

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

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

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

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

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

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

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