Html Css Color HEX #C9CDFC Lavender Blue

📋 copy color: '#C9CDFC'

red 201 ◦ green 205 ◦ blue 252

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

Shades of Lavender Blue #C9CDFC

Tints of Lavender Blue #C9CDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.3%

R = 30.55%
G = 31.16%
B = 38.3%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9CDFC (or 0xC9CDFC) is known color: Lavender Blue. HEX triplet: C9, CD and FC. RGB value is (201,205,252). Sum of RGB (Red+Green+Blue) = 201+205+252=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDFC is #363203. Grayscale: #D0D0D0. Windows color (decimal): -3551748 or 16567753. OLE color: 16567753.

HSL color Cylindrical-coordinate representation of color #C9CDFC: hue angle of 235.29º degrees, saturation: 0.89, 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 #C9CDFC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 205 252 -
CMYK 0.20 0.19 0 0.01
HSL 235.29º 0.89% 0.89% -
HSV(B) 235.29º 0.2% 0.99% -
XYZ 63.49 63.11 100.93 -
YUV 209.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 201 205 252 0.20 0.19 0 0.01 235.29 0.89 0.89
Hex C9 CD FC 14 13 0 1 EB 59 59
Octal 311 315 374 24 23 0 1 353 131 131
Binary 11001001 11001101 11111100 10100 10011 0 1 11101011 1011001 1011001

Color Harmonies of #C9CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDFC

Black with #C9CDFC

Text Example


Text Example

White with #C9CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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