Html Css Color HEX #CCB9FF Lavender Blue

📋 copy color: '#CCB9FF'

red 204 ◦ green 185 ◦ blue 255

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

Shades of Lavender Blue #CCB9FF

Tints of Lavender Blue #CCB9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.73%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 31.68%
G = 28.73%
B = 39.6%

CMYK

 C value IS 0.2

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCB9FF (or 0xCCB9FF) is known color: Lavender Blue. HEX triplet: CC, B9 and FF. RGB value is (204,185,255). Sum of RGB (Red+Green+Blue) = 204+185+255=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9FF is #334600. Grayscale: #C6C6C6. Windows color (decimal): -3360257 or 16759244. OLE color: 16759244.

HSL color Cylindrical-coordinate representation of color #CCB9FF: hue angle of 256.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB9FF is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 185 255 -
CMYK 0.2 0.27 0 0
HSL 256.29º 1% 0.86% -
HSV(B) 256.29º 0.27% 1% -
XYZ 60.3 54.76 102 -
YUV 198.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 204 185 255 0.2 0.27 0 0 256.29 1 0.86
Hex CC B9 FF 14 1B 0 0 100 64 56
Octal 314 271 377 24 33 0 0 400 144 126
Binary 11001100 10111001 11111111 10100 11011 0 0 100000000 1100100 1010110

Color Harmonies of #CCB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9FF

Black with #CCB9FF

Text Example


Text Example

White with #CCB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9FF; }

 p { color: rgb(204,185,255); }

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

background-color css

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

 a { background-color: rgb(204,185,255); }

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

border-color css

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

 span { border-color: rgb(204,185,255); }

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