Html Css Color HEX #C4CAFE Lavender Blue

📋 copy color: '#C4CAFE'

red 196 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #C4CAFE

Tints of Lavender Blue #C4CAFE

RGB

 RED value IS 196 (76.95% from 255) = 30.06%

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

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

R = 30.06%
G = 30.98%
B = 38.96%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4CAFE (or 0xC4CAFE) is known color: Lavender Blue. HEX triplet: C4, CA and FE. RGB value is (196,202,254). Sum of RGB (Red+Green+Blue) = 196+202+254=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFE is #3B3501. Grayscale: #CDCDCD. Windows color (decimal): -3880194 or 16698052. OLE color: 16698052.

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

Color convert

RGB 196 202 254 -
CMYK 0.23 0.20 0 0.00
HSL 233.79º 0.97% 0.88% -
HSV(B) 233.79º 0.23% 1% -
XYZ 61.77 61.13 102.31 -
YUV 206.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 196 202 254 0.23 0.20 0 0.00 233.79 0.97 0.88
Hex C4 CA FE 17 14 0 0 EA 61 58
Octal 304 312 376 27 24 0 0 352 141 130
Binary 11000100 11001010 11111110 10111 10100 0 0 11101010 1100001 1011000

Color Harmonies of #C4CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAFE

Black with #C4CAFE

Text Example


Text Example

White with #C4CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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