Html Css Color HEX #CCB4EA Fog

📋 copy color: '#CCB4EA'

red 204 ◦ green 180 ◦ blue 234

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

Shades of Fog #CCB4EA

Tints of Fog #CCB4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 33.01%
G = 29.13%
B = 37.86%

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

#CCB4EA (or 0xCCB4EA) is known color: Fog. HEX triplet: CC, B4 and EA. RGB value is (204,180,234). Sum of RGB (Red+Green+Blue) = 204+180+234=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4EA is #334B15. Grayscale: #C1C1C1. Windows color (decimal): -3361558 or 15381708. OLE color: 15381708.

HSL color Cylindrical-coordinate representation of color #CCB4EA: hue angle of 266.67º degrees, saturation: 0.56, 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 #CCB4EA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 180 234 -
CMYK 0.13 0.23 0 0.08
HSL 266.67º 0.56% 0.81% -
HSV(B) 266.67º 0.23% 0.92% -
XYZ 56.07 51.42 84.81 -
YUV 193.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 204 180 234 0.13 0.23 0 0.08 266.67 0.56 0.81
Hex CC B4 EA D 17 0 8 10B 38 51
Octal 314 264 352 15 27 0 10 413 70 121
Binary 11001100 10110100 11101010 1101 10111 0 1000 100001011 111000 1010001

Color Harmonies of #CCB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4EA

Black with #CCB4EA

Text Example


Text Example

White with #CCB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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