Html Css Color HEX #C2CFFE Lavender Blue

📋 copy color: '#C2CFFE'

red 194 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #C2CFFE

Tints of Lavender Blue #C2CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.6%

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

R = 29.62%
G = 31.6%
B = 38.78%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2CFFE (or 0xC2CFFE) is known color: Lavender Blue. HEX triplet: C2, CF and FE. RGB value is (194,207,254). Sum of RGB (Red+Green+Blue) = 194+207+254=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFFE is #3D3001. Grayscale: #D0D0D0. Windows color (decimal): -4009986 or 16699330. OLE color: 16699330.

HSL color Cylindrical-coordinate representation of color #C2CFFE: hue angle of 227º 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 #C2CFFE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 207 254 -
CMYK 0.24 0.19 0 0.00
HSL 227º 0.97% 0.88% -
HSV(B) 227º 0.24% 1% -
XYZ 62.45 63.25 102.68 -
YUV 208.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 194 207 254 0.24 0.19 0 0.00 227 0.97 0.88
Hex C2 CF FE 18 13 0 0 E3 61 58
Octal 302 317 376 30 23 0 0 343 141 130
Binary 11000010 11001111 11111110 11000 10011 0 0 11100011 1100001 1011000

Color Harmonies of #C2CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFFE

Black with #C2CFFE

Text Example


Text Example

White with #C2CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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