Html Css Color HEX #CCC2F3 Lavender Blue

📋 copy color: '#CCC2F3'

red 204 ◦ green 194 ◦ blue 243

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

Shades of Lavender Blue #CCC2F3

Tints of Lavender Blue #CCC2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.91%

R = 31.83%
G = 30.27%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCC2F3 (or 0xCCC2F3) is known color: Lavender Blue. HEX triplet: CC, C2 and F3. RGB value is (204,194,243). Sum of RGB (Red+Green+Blue) = 204+194+243=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2F3 is #333D0C. Grayscale: #CACACA. Windows color (decimal): -3357965 or 15975116. OLE color: 15975116.

HSL color Cylindrical-coordinate representation of color #CCC2F3: hue angle of 252.24º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC2F3 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 194 243 -
CMYK 0.16 0.20 0 0.05
HSL 252.24º 0.67% 0.86% -
HSV(B) 252.24º 0.2% 0.95% -
XYZ 60.37 57.89 92.79 -
YUV 202.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 204 194 243 0.16 0.20 0 0.05 252.24 0.67 0.86
Hex CC C2 F3 10 14 0 5 FC 43 56
Octal 314 302 363 20 24 0 5 374 103 126
Binary 11001100 11000010 11110011 10000 10100 0 101 11111100 1000011 1010110

Color Harmonies of #CCC2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2F3

Black with #CCC2F3

Text Example


Text Example

White with #CCC2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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