Html Css Color HEX #CCC6F9 Lavender Blue

📋 copy color: '#CCC6F9'

red 204 ◦ green 198 ◦ blue 249

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

Shades of Lavender Blue #CCC6F9

Tints of Lavender Blue #CCC6F9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.41%

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

R = 31.34%
G = 30.41%
B = 38.25%

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

#CCC6F9 (or 0xCCC6F9) is known color: Lavender Blue. HEX triplet: CC, C6 and F9. RGB value is (204,198,249). Sum of RGB (Red+Green+Blue) = 204+198+249=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCC6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6F9 is #333906. Grayscale: #CDCDCD. Windows color (decimal): -3356935 or 16369356. OLE color: 16369356.

HSL color Cylindrical-coordinate representation of color #CCC6F9: hue angle of 247.06º degrees, saturation: 0.81, 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 #CCC6F9 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 198 249 -
CMYK 0.18 0.20 0 0.02
HSL 247.06º 0.81% 0.88% -
HSV(B) 247.06º 0.2% 0.98% -
XYZ 62.19 60.07 97.94 -
YUV 205.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 204 198 249 0.18 0.20 0 0.02 247.06 0.81 0.88
Hex CC C6 F9 12 14 0 2 F7 51 58
Octal 314 306 371 22 24 0 2 367 121 130
Binary 11001100 11000110 11111001 10010 10100 0 10 11110111 1010001 1011000

Color Harmonies of #CCC6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6F9

Black with #CCC6F9

Text Example


Text Example

White with #CCC6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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