Html Css Color HEX #CCB4F2 Fog

📋 copy color: '#CCB4F2'

red 204 ◦ green 180 ◦ blue 242

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

Shades of Fog #CCB4F2

Tints of Fog #CCB4F2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.75%

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 32.59%
G = 28.75%
B = 38.66%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCB4F2 (or 0xCCB4F2) is known color: Fog. HEX triplet: CC, B4 and F2. RGB value is (204,180,242). Sum of RGB (Red+Green+Blue) = 204+180+242=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4F2 is #334B0D. Grayscale: #C2C2C2. Windows color (decimal): -3361550 or 15905996. OLE color: 15905996.

HSL color Cylindrical-coordinate representation of color #CCB4F2: hue angle of 263.23º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB4F2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 180 242 -
CMYK 0.16 0.26 0 0.05
HSL 263.23º 0.7% 0.83% -
HSV(B) 263.23º 0.26% 0.95% -
XYZ 57.25 51.89 91 -
YUV 194.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 204 180 242 0.16 0.26 0 0.05 263.23 0.7 0.83
Hex CC B4 F2 10 1A 0 5 107 46 53
Octal 314 264 362 20 32 0 5 407 106 123
Binary 11001100 10110100 11110010 10000 11010 0 101 100000111 1000110 1010011

Color Harmonies of #CCB4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4F2

Black with #CCB4F2

Text Example


Text Example

White with #CCB4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4F2; }

 p { color: rgb(204,180,242); }

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

background-color css

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

 a { background-color: rgb(204,180,242); }

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

border-color css

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

 span { border-color: rgb(204,180,242); }

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