Html Css Color HEX #CCB7E4 Fog

📋 copy color: '#CCB7E4'

red 204 ◦ green 183 ◦ blue 228

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

Shades of Fog #CCB7E4

Tints of Fog #CCB7E4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.76%

 BLUE value IS 228 (89.45% from 255) = 37.07%

R = 33.17%
G = 29.76%
B = 37.07%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCB7E4 (or 0xCCB7E4) is known color: Fog. HEX triplet: CC, B7 and E4. RGB value is (204,183,228). Sum of RGB (Red+Green+Blue) = 204+183+228=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCB7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7E4 is #33481B. Grayscale: #C2C2C2. Windows color (decimal): -3360796 or 14989260. OLE color: 14989260.

HSL color Cylindrical-coordinate representation of color #CCB7E4: hue angle of 268º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB7E4 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 183 228 -
CMYK 0.11 0.20 0 0.11
HSL 268º 0.45% 0.81% -
HSV(B) 268º 0.2% 0.89% -
XYZ 55.84 52.31 80.55 -
YUV 194.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 204 183 228 0.11 0.20 0 0.11 268 0.45 0.81
Hex CC B7 E4 B 14 0 B 10C 2D 51
Octal 314 267 344 13 24 0 13 414 55 121
Binary 11001100 10110111 11100100 1011 10100 0 1011 100001100 101101 1010001

Color Harmonies of #CCB7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7E4

Black with #CCB7E4

Text Example


Text Example

White with #CCB7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7E4; }

 p { color: rgb(204,183,228); }

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

background-color css

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

 a { background-color: rgb(204,183,228); }

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

border-color css

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

 span { border-color: rgb(204,183,228); }

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