Html Css Color HEX #CCC0F8 Lavender Blue

📋 copy color: '#CCC0F8'

red 204 ◦ green 192 ◦ blue 248

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

Shades of Lavender Blue #CCC0F8

Tints of Lavender Blue #CCC0F8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.81%

 BLUE value IS 248 (97.27% from 255) = 38.51%

R = 31.68%
G = 29.81%
B = 38.51%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCC0F8 (or 0xCCC0F8) is known color: Lavender Blue. HEX triplet: CC, C0 and F8. RGB value is (204,192,248). Sum of RGB (Red+Green+Blue) = 204+192+248=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCC0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0F8 is #333F07. Grayscale: #C9C9C9. Windows color (decimal): -3358472 or 16302284. OLE color: 16302284.

HSL color Cylindrical-coordinate representation of color #CCC0F8: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC0F8 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 192 248 -
CMYK 0.18 0.23 0 0.03
HSL 252.86º 0.8% 0.86% -
HSV(B) 252.86º 0.23% 0.97% -
XYZ 60.69 57.31 96.67 -
YUV 201.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 204 192 248 0.18 0.23 0 0.03 252.86 0.8 0.86
Hex CC C0 F8 12 17 0 3 FD 50 56
Octal 314 300 370 22 27 0 3 375 120 126
Binary 11001100 11000000 11111000 10010 10111 0 11 11111101 1010000 1010110

Color Harmonies of #CCC0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0F8

Black with #CCC0F8

Text Example


Text Example

White with #CCC0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0F8; }

 p { color: rgb(204,192,248); }

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

background-color css

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

 a { background-color: rgb(204,192,248); }

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

border-color css

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

 span { border-color: rgb(204,192,248); }

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