Html Css Color HEX #CCBEE0 Fog

📋 copy color: '#CCBEE0'

red 204 ◦ green 190 ◦ blue 224

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

Shades of Fog #CCBEE0

Tints of Fog #CCBEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.25%

R = 33.01%
G = 30.74%
B = 36.25%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCBEE0 (or 0xCCBEE0) is known color: Fog. HEX triplet: CC, BE and E0. RGB value is (204,190,224). Sum of RGB (Red+Green+Blue) = 204+190+224=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEE0 is #33411F. Grayscale: #C5C5C5. Windows color (decimal): -3359008 or 14728908. OLE color: 14728908.

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

Color convert

RGB 204 190 224 -
CMYK 0.09 0.15 0 0.12
HSL 264.71º 0.35% 0.81% -
HSV(B) 264.71º 0.15% 0.88% -
XYZ 56.77 55.05 78.15 -
YUV 198.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 204 190 224 0.09 0.15 0 0.12 264.71 0.35 0.81
Hex CC BE E0 9 F 0 C 109 23 51
Octal 314 276 340 11 17 0 14 411 43 121
Binary 11001100 10111110 11100000 1001 1111 0 1100 100001001 100011 1010001

Color Harmonies of #CCBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEE0

Black with #CCBEE0

Text Example


Text Example

White with #CCBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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