Html Css Color HEX #CCC9F3 Lavender Blue

📋 copy color: '#CCC9F3'

red 204 ◦ green 201 ◦ blue 243

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

Shades of Lavender Blue #CCC9F3

Tints of Lavender Blue #CCC9F3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.02%

 BLUE value IS 243 (95.31% from 255) = 37.5%

R = 31.48%
G = 31.02%
B = 37.5%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCC9F3 (or 0xCCC9F3) is known color: Lavender Blue. HEX triplet: CC, C9 and F3. RGB value is (204,201,243). Sum of RGB (Red+Green+Blue) = 204+201+243=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9F3 is #33360C. Grayscale: #CECECE. Windows color (decimal): -3356173 or 15976908. OLE color: 15976908.

HSL color Cylindrical-coordinate representation of color #CCC9F3: hue angle of 244.29º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC9F3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 201 243 -
CMYK 0.16 0.17 0 0.05
HSL 244.29º 0.64% 0.87% -
HSV(B) 244.29º 0.17% 0.95% -
XYZ 61.97 61.08 93.32 -
YUV 206.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 204 201 243 0.16 0.17 0 0.05 244.29 0.64 0.87
Hex CC C9 F3 10 11 0 5 F4 40 57
Octal 314 311 363 20 21 0 5 364 100 127
Binary 11001100 11001001 11110011 10000 10001 0 101 11110100 1000000 1010111

Color Harmonies of #CCC9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9F3

Black with #CCC9F3

Text Example


Text Example

White with #CCC9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9F3; }

 p { color: rgb(204,201,243); }

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

background-color css

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

 a { background-color: rgb(204,201,243); }

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

border-color css

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

 span { border-color: rgb(204,201,243); }

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