#CDCAF7

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

Shades of Lavender Blue #CDCAF7

Tints of Lavender Blue #CDCAF7

Color information

#CDCAF7 (or 0xCDCAF7) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and F7. RGB value is (205,202,247). Sum of RGB (Red+Green+Blue) = 205+202+247=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAF7 is #323508. Grayscale: #CFCFCF. Windows color (decimal): -3290377 or 16239309. OLE color: 16239309.

HSL color Cylindrical-coordinate representation of color #CDCAF7: hue angle of 244º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDCAF7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205202247-
CMYK0.170.1800.03
HSL244º73.77%88.04%-
HSV(B)244º18.22%96.86%-
XYZ63.0961.9496.63-
YUV208.03149.99125.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=31.35%
G=30.89%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052022470.170.1800.0324473.7788.04
HexCDCAF7111203f44a58
Octal315312367212203364112130
Binary11001101110010101111011110001100100111111010010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAF7; }

 p { color: rgb(205,202,247); }

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

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

 a { background-color: rgb(205,202,247); }

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

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

 span { border-color: rgb(205,202,247); }

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