Html Css Color HEX #CCB9F6 Fog

📋 copy color: '#CCB9F6'

red 204 ◦ green 185 ◦ blue 246

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

Shades of Fog #CCB9F6

Tints of Fog #CCB9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 32.13%
G = 29.13%
B = 38.74%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCB9F6 (or 0xCCB9F6) is known color: Fog. HEX triplet: CC, B9 and F6. RGB value is (204,185,246). Sum of RGB (Red+Green+Blue) = 204+185+246=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCB9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9F6 is #334609. Grayscale: #C5C5C5. Windows color (decimal): -3360266 or 16169420. OLE color: 16169420.

HSL color Cylindrical-coordinate representation of color #CCB9F6: hue angle of 258.69º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB9F6 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 185 246 -
CMYK 0.17 0.25 0 0.04
HSL 258.69º 0.77% 0.85% -
HSV(B) 258.69º 0.25% 0.96% -
XYZ 58.89 54.19 94.54 -
YUV 197.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 204 185 246 0.17 0.25 0 0.04 258.69 0.77 0.85
Hex CC B9 F6 11 19 0 4 103 4D 55
Octal 314 271 366 21 31 0 4 403 115 125
Binary 11001100 10111001 11110110 10001 11001 0 100 100000011 1001101 1010101

Color Harmonies of #CCB9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9F6

Black with #CCB9F6

Text Example


Text Example

White with #CCB9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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