Html Css Color HEX #C8CAEF Lavender Blue

📋 copy color: '#C8CAEF'

red 200 ◦ green 202 ◦ blue 239

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

Shades of Lavender Blue #C8CAEF

Tints of Lavender Blue #C8CAEF

RGB

 RED value IS 200 (78.52% from 255) = 31.2%

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

 BLUE value IS 239 (93.75% from 255) = 37.29%

R = 31.2%
G = 31.51%
B = 37.29%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8CAEF (or 0xC8CAEF) is known color: Lavender Blue. HEX triplet: C8, CA and EF. RGB value is (200,202,239). Sum of RGB (Red+Green+Blue) = 200+202+239=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAEF is #373510. Grayscale: #CDCDCD. Windows color (decimal): -3618065 or 15715016. OLE color: 15715016.

HSL color Cylindrical-coordinate representation of color #C8CAEF: hue angle of 236.92º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CAEF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 202 239 -
CMYK 0.16 0.15 0 0.06
HSL 236.92º 0.55% 0.86% -
HSV(B) 236.92º 0.16% 0.94% -
XYZ 60.52 60.75 90.2 -
YUV 205.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 200 202 239 0.16 0.15 0 0.06 236.92 0.55 0.86
Hex C8 CA EF 10 F 0 6 ED 37 56
Octal 310 312 357 20 17 0 6 355 67 126
Binary 11001000 11001010 11101111 10000 1111 0 110 11101101 110111 1010110

Color Harmonies of #C8CAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAEF

Black with #C8CAEF

Text Example


Text Example

White with #C8CAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAEF; }

 p { color: rgb(200,202,239); }

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

background-color css

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

 a { background-color: rgb(200,202,239); }

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

border-color css

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

 span { border-color: rgb(200,202,239); }

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