Html Css Color HEX #CCC5F7 Lavender Blue

📋 copy color: '#CCC5F7'

red 204 ◦ green 197 ◦ blue 247

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

Shades of Lavender Blue #CCC5F7

Tints of Lavender Blue #CCC5F7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.4%

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

R = 31.48%
G = 30.4%
B = 38.12%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCC5F7 (or 0xCCC5F7) is known color: Lavender Blue. HEX triplet: CC, C5 and F7. RGB value is (204,197,247). Sum of RGB (Red+Green+Blue) = 204+197+247=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5F7 is #333A08. Grayscale: #CCCCCC. Windows color (decimal): -3357193 or 16238028. OLE color: 16238028.

HSL color Cylindrical-coordinate representation of color #CCC5F7: hue angle of 248.4º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC5F7 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 197 247 -
CMYK 0.17 0.20 0 0.03
HSL 248.4º 0.76% 0.87% -
HSV(B) 248.4º 0.2% 0.97% -
XYZ 61.66 59.49 96.23 -
YUV 204.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 204 197 247 0.17 0.20 0 0.03 248.4 0.76 0.87
Hex CC C5 F7 11 14 0 3 F8 4C 57
Octal 314 305 367 21 24 0 3 370 114 127
Binary 11001100 11000101 11110111 10001 10100 0 11 11111000 1001100 1010111

Color Harmonies of #CCC5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5F7

Black with #CCC5F7

Text Example


Text Example

White with #CCC5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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