Html Css Color HEX #CCC9F2 Lavender Blue

📋 copy color: '#CCC9F2'

red 204 ◦ green 201 ◦ blue 242

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

Shades of Lavender Blue #CCC9F2

Tints of Lavender Blue #CCC9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 31.53%
G = 31.07%
B = 37.4%

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

#CCC9F2 (or 0xCCC9F2) is known color: Lavender Blue. HEX triplet: CC, C9 and F2. RGB value is (204,201,242). Sum of RGB (Red+Green+Blue) = 204+201+242=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9F2 is #33360D. Grayscale: #CECECE. Windows color (decimal): -3356174 or 15911372. OLE color: 15911372.

HSL color Cylindrical-coordinate representation of color #CCC9F2: hue angle of 244.39º degrees, saturation: 0.61, 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 #CCC9F2 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 201 242 -
CMYK 0.16 0.17 0 0.05
HSL 244.39º 0.61% 0.87% -
HSV(B) 244.39º 0.17% 0.95% -
XYZ 61.82 61.02 92.52 -
YUV 206.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 204 201 242 0.16 0.17 0 0.05 244.39 0.61 0.87
Hex CC C9 F2 10 11 0 5 F4 3D 57
Octal 314 311 362 20 21 0 5 364 75 127
Binary 11001100 11001001 11110010 10000 10001 0 101 11110100 111101 1010111

Color Harmonies of #CCC9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9F2

Black with #CCC9F2

Text Example


Text Example

White with #CCC9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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