Html Css Color HEX #CCB4ED Fog

📋 copy color: '#CCB4ED'

red 204 ◦ green 180 ◦ blue 237

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

Shades of Fog #CCB4ED

Tints of Fog #CCB4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 32.85%
G = 28.99%
B = 38.16%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCB4ED (or 0xCCB4ED) is known color: Fog. HEX triplet: CC, B4 and ED. RGB value is (204,180,237). Sum of RGB (Red+Green+Blue) = 204+180+237=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4ED is #334B12. Grayscale: #C1C1C1. Windows color (decimal): -3361555 or 15578316. OLE color: 15578316.

HSL color Cylindrical-coordinate representation of color #CCB4ED: hue angle of 265.26º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB4ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 180 237 -
CMYK 0.14 0.24 0 0.07
HSL 265.26º 0.61% 0.82% -
HSV(B) 265.26º 0.24% 0.93% -
XYZ 56.51 51.59 87.1 -
YUV 193.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 204 180 237 0.14 0.24 0 0.07 265.26 0.61 0.82
Hex CC B4 ED E 18 0 7 109 3D 52
Octal 314 264 355 16 30 0 7 411 75 122
Binary 11001100 10110100 11101101 1110 11000 0 111 100001001 111101 1010010

Color Harmonies of #CCB4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4ED

Black with #CCB4ED

Text Example


Text Example

White with #CCB4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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