Html Css Color HEX #C8CAFE Lavender Blue

📋 copy color: '#C8CAFE'

red 200 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #C8CAFE

Tints of Lavender Blue #C8CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 30.49%
G = 30.79%
B = 38.72%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8CAFE (or 0xC8CAFE) is known color: Lavender Blue. HEX triplet: C8, CA and FE. RGB value is (200,202,254). Sum of RGB (Red+Green+Blue) = 200+202+254=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAFE is #373501. Grayscale: #CFCFCF. Windows color (decimal): -3618050 or 16698056. OLE color: 16698056.

HSL color Cylindrical-coordinate representation of color #C8CAFE: hue angle of 237.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CAFE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 202 254 -
CMYK 0.21 0.20 0 0.00
HSL 237.78º 0.96% 0.89% -
HSV(B) 237.78º 0.21% 1% -
XYZ 62.83 61.68 102.36 -
YUV 207.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 200 202 254 0.21 0.20 0 0.00 237.78 0.96 0.89
Hex C8 CA FE 15 14 0 0 EE 60 59
Octal 310 312 376 25 24 0 0 356 140 131
Binary 11001000 11001010 11111110 10101 10100 0 0 11101110 1100000 1011001

Color Harmonies of #C8CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAFE

Black with #C8CAFE

Text Example


Text Example

White with #C8CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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