Html Css Color HEX #CCB4EB Fog

📋 copy color: '#CCB4EB'

red 204 ◦ green 180 ◦ blue 235

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

Shades of Fog #CCB4EB

Tints of Fog #CCB4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 32.96%
G = 29.08%
B = 37.96%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCB4EB (or 0xCCB4EB) is known color: Fog. HEX triplet: CC, B4 and EB. RGB value is (204,180,235). Sum of RGB (Red+Green+Blue) = 204+180+235=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4EB is #334B14. Grayscale: #C1C1C1. Windows color (decimal): -3361557 or 15447244. OLE color: 15447244.

HSL color Cylindrical-coordinate representation of color #CCB4EB: hue angle of 266.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB4EB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 180 235 -
CMYK 0.13 0.23 0 0.08
HSL 266.18º 0.58% 0.81% -
HSV(B) 266.18º 0.23% 0.92% -
XYZ 56.22 51.48 85.57 -
YUV 193.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 204 180 235 0.13 0.23 0 0.08 266.18 0.58 0.81
Hex CC B4 EB D 17 0 8 10A 3A 51
Octal 314 264 353 15 27 0 10 412 72 121
Binary 11001100 10110100 11101011 1101 10111 0 1000 100001010 111010 1010001

Color Harmonies of #CCB4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4EB

Black with #CCB4EB

Text Example


Text Example

White with #CCB4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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