Html Css Color HEX #C2CFFC Lavender Blue

📋 copy color: '#C2CFFC'

red 194 ◦ green 207 ◦ blue 252

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

Shades of Lavender Blue #C2CFFC

Tints of Lavender Blue #C2CFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.59%

R = 29.71%
G = 31.7%
B = 38.59%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2CFFC (or 0xC2CFFC) is known color: Lavender Blue. HEX triplet: C2, CF and FC. RGB value is (194,207,252). Sum of RGB (Red+Green+Blue) = 194+207+252=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFFC is #3D3003. Grayscale: #D0D0D0. Windows color (decimal): -4009988 or 16568258. OLE color: 16568258.

HSL color Cylindrical-coordinate representation of color #C2CFFC: hue angle of 226.55º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CFFC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 207 252 -
CMYK 0.23 0.18 0 0.01
HSL 226.55º 0.91% 0.87% -
HSV(B) 226.55º 0.23% 0.99% -
XYZ 62.13 63.12 101 -
YUV 208.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 194 207 252 0.23 0.18 0 0.01 226.55 0.91 0.87
Hex C2 CF FC 17 12 0 1 E3 5B 57
Octal 302 317 374 27 22 0 1 343 133 127
Binary 11000010 11001111 11111100 10111 10010 0 1 11100011 1011011 1010111

Color Harmonies of #C2CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFFC

Black with #C2CFFC

Text Example


Text Example

White with #C2CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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