Html Css Color HEX #C8CAEE Lavender Blue

📋 copy color: '#C8CAEE'

red 200 ◦ green 202 ◦ blue 238

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

Shades of Lavender Blue #C8CAEE

Tints of Lavender Blue #C8CAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 31.25%
G = 31.56%
B = 37.19%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8CAEE (or 0xC8CAEE) is known color: Lavender Blue. HEX triplet: C8, CA and EE. RGB value is (200,202,238). Sum of RGB (Red+Green+Blue) = 200+202+238=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAEE is #373511. Grayscale: #CDCDCD. Windows color (decimal): -3618066 or 15649480. OLE color: 15649480.

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

Color convert

RGB 200 202 238 -
CMYK 0.16 0.15 0 0.07
HSL 236.84º 0.53% 0.86% -
HSV(B) 236.84º 0.16% 0.93% -
XYZ 60.37 60.69 89.42 -
YUV 205.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 200 202 238 0.16 0.15 0 0.07 236.84 0.53 0.86
Hex C8 CA EE 10 F 0 7 ED 35 56
Octal 310 312 356 20 17 0 7 355 65 126
Binary 11001000 11001010 11101110 10000 1111 0 111 11101101 110101 1010110

Color Harmonies of #C8CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAEE

Black with #C8CAEE

Text Example


Text Example

White with #C8CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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