Html Css Color HEX #CCB4EE Fog

📋 copy color: '#CCB4EE'

red 204 ◦ green 180 ◦ blue 238

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

Shades of Fog #CCB4EE

Tints of Fog #CCB4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 32.8%
G = 28.94%
B = 38.26%

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

#CCB4EE (or 0xCCB4EE) is known color: Fog. HEX triplet: CC, B4 and EE. RGB value is (204,180,238). Sum of RGB (Red+Green+Blue) = 204+180+238=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4EE is #334B11. Grayscale: #C1C1C1. Windows color (decimal): -3361554 or 15643852. OLE color: 15643852.

HSL color Cylindrical-coordinate representation of color #CCB4EE: hue angle of 264.83º degrees, saturation: 0.63, 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 #CCB4EE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 180 238 -
CMYK 0.14 0.24 0 0.07
HSL 264.83º 0.63% 0.82% -
HSV(B) 264.83º 0.24% 0.93% -
XYZ 56.66 51.65 87.87 -
YUV 193.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 204 180 238 0.14 0.24 0 0.07 264.83 0.63 0.82
Hex CC B4 EE E 18 0 7 109 3F 52
Octal 314 264 356 16 30 0 7 411 77 122
Binary 11001100 10110100 11101110 1110 11000 0 111 100001001 111111 1010010

Color Harmonies of #CCB4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4EE

Black with #CCB4EE

Text Example


Text Example

White with #CCB4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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