Html Css Color HEX #C2CCFD Lavender Blue

📋 copy color: '#C2CCFD'

red 194 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #C2CCFD

Tints of Lavender Blue #C2CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.34%

 BLUE value IS 253 (99.22% from 255) = 38.86%

R = 29.8%
G = 31.34%
B = 38.86%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2CCFD (or 0xC2CCFD) is known color: Lavender Blue. HEX triplet: C2, CC and FD. RGB value is (194,204,253). Sum of RGB (Red+Green+Blue) = 194+204+253=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCFD is #3D3302. Grayscale: #CECECE. Windows color (decimal): -4010755 or 16633026. OLE color: 16633026.

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

Color convert

RGB 194 204 253 -
CMYK 0.23 0.19 0 0.01
HSL 229.83º 0.94% 0.88% -
HSV(B) 229.83º 0.23% 0.99% -
XYZ 61.57 61.75 101.6 -
YUV 206.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 194 204 253 0.23 0.19 0 0.01 229.83 0.94 0.88
Hex C2 CC FD 17 13 0 1 E6 5E 58
Octal 302 314 375 27 23 0 1 346 136 130
Binary 11000010 11001100 11111101 10111 10011 0 1 11100110 1011110 1011000

Color Harmonies of #C2CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCFD

Black with #C2CCFD

Text Example


Text Example

White with #C2CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCFD; }

 p { color: rgb(194,204,253); }

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

background-color css

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

 a { background-color: rgb(194,204,253); }

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

border-color css

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

 span { border-color: rgb(194,204,253); }

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