Html Css Color HEX #CCC2F9 Lavender Blue

📋 copy color: '#CCC2F9'

red 204 ◦ green 194 ◦ blue 249

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

Shades of Lavender Blue #CCC2F9

Tints of Lavender Blue #CCC2F9

RGB

 RED value IS 204 (80.08% from 255) = 31.53%

 GREEN value IS 194 (76.17% from 255) = 29.98%

 BLUE value IS 249 (97.66% from 255) = 38.49%

R = 31.53%
G = 29.98%
B = 38.49%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCC2F9 (or 0xCCC2F9) is known color: Lavender Blue. HEX triplet: CC, C2 and F9. RGB value is (204,194,249). Sum of RGB (Red+Green+Blue) = 204+194+249=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2F9 is #333D06. Grayscale: #CBCBCB. Windows color (decimal): -3357959 or 16368332. OLE color: 16368332.

HSL color Cylindrical-coordinate representation of color #CCC2F9: hue angle of 250.91º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC2F9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 194 249 -
CMYK 0.18 0.22 0 0.02
HSL 250.91º 0.82% 0.87% -
HSV(B) 250.91º 0.22% 0.98% -
XYZ 61.29 58.26 97.64 -
YUV 203.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 204 194 249 0.18 0.22 0 0.02 250.91 0.82 0.87
Hex CC C2 F9 12 16 0 2 FB 52 57
Octal 314 302 371 22 26 0 2 373 122 127
Binary 11001100 11000010 11111001 10010 10110 0 10 11111011 1010010 1010111

Color Harmonies of #CCC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2F9

Black with #CCC2F9

Text Example


Text Example

White with #CCC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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