Html Css Color HEX #CCC9FB Lavender Blue

📋 copy color: '#CCC9FB'

red 204 ◦ green 201 ◦ blue 251

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

Shades of Lavender Blue #CCC9FB

Tints of Lavender Blue #CCC9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 31.1%
G = 30.64%
B = 38.26%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCC9FB (or 0xCCC9FB) is known color: Lavender Blue. HEX triplet: CC, C9 and FB. RGB value is (204,201,251). Sum of RGB (Red+Green+Blue) = 204+201+251=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9FB is #333604. Grayscale: #CFCFCF. Windows color (decimal): -3356165 or 16501196. OLE color: 16501196.

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

Color convert

RGB 204 201 251 -
CMYK 0.19 0.20 0 0.02
HSL 243.6º 0.86% 0.89% -
HSV(B) 243.6º 0.2% 0.98% -
XYZ 63.2 61.58 99.82 -
YUV 207.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 204 201 251 0.19 0.20 0 0.02 243.6 0.86 0.89
Hex CC C9 FB 13 14 0 2 F4 56 59
Octal 314 311 373 23 24 0 2 364 126 131
Binary 11001100 11001001 11111011 10011 10100 0 10 11110100 1010110 1011001

Color Harmonies of #CCC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9FB

Black with #CCC9FB

Text Example


Text Example

White with #CCC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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