Html Css Color HEX #CCC8F9 Lavender Blue

📋 copy color: '#CCC8F9'

red 204 ◦ green 200 ◦ blue 249

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

Shades of Lavender Blue #CCC8F9

Tints of Lavender Blue #CCC8F9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.63%

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

R = 31.24%
G = 30.63%
B = 38.13%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCC8F9 (or 0xCCC8F9) is known color: Lavender Blue. HEX triplet: CC, C8 and F9. RGB value is (204,200,249). Sum of RGB (Red+Green+Blue) = 204+200+249=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8F9 is #333706. Grayscale: #CECECE. Windows color (decimal): -3356423 or 16369868. OLE color: 16369868.

HSL color Cylindrical-coordinate representation of color #CCC8F9: hue angle of 244.9º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC8F9 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 200 249 -
CMYK 0.18 0.20 0 0.02
HSL 244.9º 0.8% 0.88% -
HSV(B) 244.9º 0.2% 0.98% -
XYZ 62.65 60.99 98.09 -
YUV 206.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 204 200 249 0.18 0.20 0 0.02 244.9 0.8 0.88
Hex CC C8 F9 12 14 0 2 F5 50 58
Octal 314 310 371 22 24 0 2 365 120 130
Binary 11001100 11001000 11111001 10010 10100 0 10 11110101 1010000 1011000

Color Harmonies of #CCC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8F9

Black with #CCC8F9

Text Example


Text Example

White with #CCC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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