#CFB8F2

Color #CFB8F2 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CFB8F2

Tints of Fog #CFB8F2

Color information

#CFB8F2 (or 0xCFB8F2) is unknown color: approx Fog. HEX triplet: CF, B8 and F2. RGB value is (207,184,242). Sum of RGB (Red+Green+Blue) = 207+184+242=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFB8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB8F2 is #30470D. Grayscale: #C5C5C5. Windows color (decimal): -3163918 or 15907023. OLE color: 15907023.

HSL color Cylindrical-coordinate representation of color #CFB8F2: hue angle of 263.79º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB8F2 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207184242-
CMYK0.140.2400.05
HSL263.79º69.05%83.53%-
HSV(B)263.79º23.97%94.9%-
XYZ58.953.9691.31-
YUV197.49153.12134.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 184 (72.27% from 255) = 29.07%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=32.70%
G=29.07%
B=38.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071842420.140.2400.05263.7969.0583.53
HexCFB8F2E18051084554
Octal317270362163005410105124
Binary110011111011100011110010111011000010110000100010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8F2; }

 p { color: rgb(207,184,242); }

 H1.HeaderClassName
 {
   color: #CFB8F2;
 }
 .AnyTagClassName
 {
   color: #CFB8F2;
 }
</style>
background-color css

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

 a { background-color: rgb(207,184,242); }

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

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

 span { border-color: rgb(207,184,242); }

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