Html Css Color HEX #CCB6F9 Fog

📋 copy color: '#CCB6F9'

red 204 ◦ green 182 ◦ blue 249

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

Shades of Fog #CCB6F9

Tints of Fog #CCB6F9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.66%

 BLUE value IS 249 (97.66% from 255) = 39.21%

R = 32.13%
G = 28.66%
B = 39.21%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCB6F9 (or 0xCCB6F9) is known color: Fog. HEX triplet: CC, B6 and F9. RGB value is (204,182,249). Sum of RGB (Red+Green+Blue) = 204+182+249=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6F9 is #334906. Grayscale: #C3C3C3. Windows color (decimal): -3361031 or 16365260. OLE color: 16365260.

HSL color Cylindrical-coordinate representation of color #CCB6F9: hue angle of 259.7º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB6F9 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 182 249 -
CMYK 0.18 0.27 0 0.02
HSL 259.7º 0.85% 0.85% -
HSV(B) 259.7º 0.27% 0.98% -
XYZ 58.73 53.13 96.78 -
YUV 196.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 204 182 249 0.18 0.27 0 0.02 259.7 0.85 0.85
Hex CC B6 F9 12 1B 0 2 104 55 55
Octal 314 266 371 22 33 0 2 404 125 125
Binary 11001100 10110110 11111001 10010 11011 0 10 100000100 1010101 1010101

Color Harmonies of #CCB6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6F9

Black with #CCB6F9

Text Example


Text Example

White with #CCB6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6F9; }

 p { color: rgb(204,182,249); }

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

background-color css

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

 a { background-color: rgb(204,182,249); }

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

border-color css

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

 span { border-color: rgb(204,182,249); }

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