Html Css Color HEX #CCB6E6 Fog

📋 copy color: '#CCB6E6'

red 204 ◦ green 182 ◦ blue 230

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

Shades of Fog #CCB6E6

Tints of Fog #CCB6E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 33.12%
G = 29.55%
B = 37.34%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCB6E6 (or 0xCCB6E6) is known color: Fog. HEX triplet: CC, B6 and E6. RGB value is (204,182,230). Sum of RGB (Red+Green+Blue) = 204+182+230=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6E6 is #334919. Grayscale: #C1C1C1. Windows color (decimal): -3361050 or 15120076. OLE color: 15120076.

HSL color Cylindrical-coordinate representation of color #CCB6E6: hue angle of 267.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB6E6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 182 230 -
CMYK 0.11 0.21 0 0.10
HSL 267.5º 0.49% 0.81% -
HSV(B) 267.5º 0.21% 0.9% -
XYZ 55.91 52.01 81.95 -
YUV 194.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 204 182 230 0.11 0.21 0 0.10 267.5 0.49 0.81
Hex CC B6 E6 B 15 0 A 10C 31 51
Octal 314 266 346 13 25 0 12 414 61 121
Binary 11001100 10110110 11100110 1011 10101 0 1010 100001100 110001 1010001

Color Harmonies of #CCB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6E6

Black with #CCB6E6

Text Example


Text Example

White with #CCB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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