Html Css Color HEX #CCC0F7 Lavender Blue

📋 copy color: '#CCC0F7'

red 204 ◦ green 192 ◦ blue 247

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

Shades of Lavender Blue #CCC0F7

Tints of Lavender Blue #CCC0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.41%

R = 31.73%
G = 29.86%
B = 38.41%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCC0F7 (or 0xCCC0F7) is known color: Lavender Blue. HEX triplet: CC, C0 and F7. RGB value is (204,192,247). Sum of RGB (Red+Green+Blue) = 204+192+247=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0F7 is #333F08. Grayscale: #C9C9C9. Windows color (decimal): -3358473 or 16236748. OLE color: 16236748.

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

Color convert

RGB 204 192 247 -
CMYK 0.17 0.22 0 0.03
HSL 253.09º 0.77% 0.86% -
HSV(B) 253.09º 0.22% 0.97% -
XYZ 60.54 57.25 95.86 -
YUV 201.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 204 192 247 0.17 0.22 0 0.03 253.09 0.77 0.86
Hex CC C0 F7 11 16 0 3 FD 4D 56
Octal 314 300 367 21 26 0 3 375 115 126
Binary 11001100 11000000 11110111 10001 10110 0 11 11111101 1001101 1010110

Color Harmonies of #CCC0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0F7

Black with #CCC0F7

Text Example


Text Example

White with #CCC0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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