Html Css Color HEX #C9CDFD Lavender Blue

📋 copy color: '#C9CDFD'

red 201 ◦ green 205 ◦ blue 253

#C9CDFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C9CDFD

Tints of Lavender Blue #C9CDFD

RGB

 RED value IS 201 (78.91% from 255) = 30.5%

 GREEN value IS 205 (80.47% from 255) = 31.11%

 BLUE value IS 253 (99.22% from 255) = 38.39%

R = 30.5%
G = 31.11%
B = 38.39%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9CDFD (or 0xC9CDFD) is known color: Lavender Blue. HEX triplet: C9, CD and FD. RGB value is (201,205,253). Sum of RGB (Red+Green+Blue) = 201+205+253=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDFD is #363202. Grayscale: #D1D1D1. Windows color (decimal): -3551747 or 16633289. OLE color: 16633289.

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

Color convert

RGB 201 205 253 -
CMYK 0.21 0.19 0 0.01
HSL 235.38º 0.93% 0.89% -
HSV(B) 235.38º 0.21% 0.99% -
XYZ 63.65 63.17 101.77 -
YUV 209.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 201 205 253 0.21 0.19 0 0.01 235.38 0.93 0.89
Hex C9 CD FD 15 13 0 1 EB 5D 59
Octal 311 315 375 25 23 0 1 353 135 131
Binary 11001001 11001101 11111101 10101 10011 0 1 11101011 1011101 1011001

Color Harmonies of #C9CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDFD

Black with #C9CDFD

Text Example


Text Example

White with #C9CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDFD; }

 p { color: rgb(201,205,253); }

 H1.HeaderClassName
 {
   color: #C9CDFD;
 }
 .AnyTagClassName
 {
   color: #C9CDFD;
 }
</style>

background-color css

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

 a { background-color: rgb(201,205,253); }

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

border-color css

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

 span { border-color: rgb(201,205,253); }

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