Html Css Color HEX #C9CAEA Lavender Blue

📋 copy color: '#C9CAEA'

red 201 ◦ green 202 ◦ blue 234

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

Shades of Lavender Blue #C9CAEA

Tints of Lavender Blue #C9CAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.71%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 31.55%
G = 31.71%
B = 36.73%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9CAEA (or 0xC9CAEA) is known color: Lavender Blue. HEX triplet: C9, CA and EA. RGB value is (201,202,234). Sum of RGB (Red+Green+Blue) = 201+202+234=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAEA is #363515. Grayscale: #CDCDCD. Windows color (decimal): -3552534 or 15387337. OLE color: 15387337.

HSL color Cylindrical-coordinate representation of color #C9CAEA: hue angle of 238.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CAEA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 202 234 -
CMYK 0.14 0.14 0 0.08
HSL 238.18º 0.44% 0.85% -
HSV(B) 238.18º 0.14% 0.92% -
XYZ 60.06 60.6 86.37 -
YUV 205.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 201 202 234 0.14 0.14 0 0.08 238.18 0.44 0.85
Hex C9 CA EA E E 0 8 EE 2C 55
Octal 311 312 352 16 16 0 10 356 54 125
Binary 11001001 11001010 11101010 1110 1110 0 1000 11101110 101100 1010101

Color Harmonies of #C9CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAEA

Black with #C9CAEA

Text Example


Text Example

White with #C9CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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