Html Css Color HEX #C2CAFE Lavender Blue

📋 copy color: '#C2CAFE'

red 194 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #C2CAFE

Tints of Lavender Blue #C2CAFE

RGB

 RED value IS 194 (76.17% from 255) = 29.85%

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

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

R = 29.85%
G = 31.08%
B = 39.08%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2CAFE (or 0xC2CAFE) is known color: Lavender Blue. HEX triplet: C2, CA and FE. RGB value is (194,202,254). Sum of RGB (Red+Green+Blue) = 194+202+254=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAFE is #3D3501. Grayscale: #CDCDCD. Windows color (decimal): -4011266 or 16698050. OLE color: 16698050.

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

Color convert

RGB 194 202 254 -
CMYK 0.24 0.20 0 0.00
HSL 232º 0.97% 0.88% -
HSV(B) 232º 0.24% 1% -
XYZ 61.26 60.87 102.29 -
YUV 205.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 194 202 254 0.24 0.20 0 0.00 232 0.97 0.88
Hex C2 CA FE 18 14 0 0 E8 61 58
Octal 302 312 376 30 24 0 0 350 141 130
Binary 11000010 11001010 11111110 11000 10100 0 0 11101000 1100001 1011000

Color Harmonies of #C2CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAFE

Black with #C2CAFE

Text Example


Text Example

White with #C2CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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