Html Css Color HEX #CCBEE1 Fog

📋 copy color: '#CCBEE1'

red 204 ◦ green 190 ◦ blue 225

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

Shades of Fog #CCBEE1

Tints of Fog #CCBEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.69%

 BLUE value IS 225 (88.28% from 255) = 36.35%

R = 32.96%
G = 30.69%
B = 36.35%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCBEE1 (or 0xCCBEE1) is known color: Fog. HEX triplet: CC, BE and E1. RGB value is (204,190,225). Sum of RGB (Red+Green+Blue) = 204+190+225=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEE1 is #33411E. Grayscale: #C6C6C6. Windows color (decimal): -3359007 or 14794444. OLE color: 14794444.

HSL color Cylindrical-coordinate representation of color #CCBEE1: hue angle of 264º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBEE1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 190 225 -
CMYK 0.09 0.16 0 0.12
HSL 264º 0.37% 0.81% -
HSV(B) 264º 0.16% 0.88% -
XYZ 56.91 55.1 78.87 -
YUV 198.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 204 190 225 0.09 0.16 0 0.12 264 0.37 0.81
Hex CC BE E1 9 10 0 C 108 25 51
Octal 314 276 341 11 20 0 14 410 45 121
Binary 11001100 10111110 11100001 1001 10000 0 1100 100001000 100101 1010001

Color Harmonies of #CCBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEE1

Black with #CCBEE1

Text Example


Text Example

White with #CCBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEE1; }

 p { color: rgb(204,190,225); }

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

background-color css

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

 a { background-color: rgb(204,190,225); }

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

border-color css

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

 span { border-color: rgb(204,190,225); }

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