#C9CAFE

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

Shades of Lavender Blue #C9CAFE

Tints of Lavender Blue #C9CAFE

Color information

#C9CAFE (or 0xC9CAFE) is unknown color: approx Lavender Blue. HEX triplet: C9, CA and FE. RGB value is (201,202,254). Sum of RGB (Red+Green+Blue) = 201+202+254=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAFE is #363501. Grayscale: #CFCFCF. Windows color (decimal): -3552514 or 16698057. OLE color: 16698057.

HSL color Cylindrical-coordinate representation of color #C9CAFE: hue angle of 238.87º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CAFE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201202254-
CMYK0.210.2000.00
HSL238.87º96.36%89.22%-
HSV(B)238.87º20.87%99.61%-
XYZ63.161.81102.37-
YUV207.63154.17123.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.59%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=30.59%
G=30.75%
B=38.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012022540.210.2000.00238.8796.3689.22
HexC9CAFE151400ef6059
Octal311312376252400357140131
Binary1100100111001010111111101010110100001110111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAFE; }

 p { color: rgb(201,202,254); }

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

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

 a { background-color: rgb(201,202,254); }

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

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

 span { border-color: rgb(201,202,254); }

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