#CFE0EB

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

Shades of Pattens Blue #CFE0EB

Tints of Pattens Blue #CFE0EB

Color information

#CFE0EB (or 0xCFE0EB) is unknown color: approx Pattens Blue. HEX triplet: CF, E0 and EB. RGB value is (207,224,235). Sum of RGB (Red+Green+Blue) = 207+224+235=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0EB is #301F14. Grayscale: #DCDCDC. Windows color (decimal): -3153685 or 15458511. OLE color: 15458511.

HSL color Cylindrical-coordinate representation of color #CFE0EB: hue angle of 203.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE0EB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207224235-
CMYK0.120.0500.08
HSL203.57º41.18%86.67%-
HSV(B)203.57º11.91%92.16%-
XYZ67.3872.5789.05-
YUV220.17136.37118.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=31.08%
G=33.63%
B=35.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072242350.120.0500.08203.5741.1886.67
HexCFE0EBC508cc2957
Octal31734035314501031451127
Binary110011111110000011101011110010101000110011001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0EB; }

 p { color: rgb(207,224,235); }

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

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

 a { background-color: rgb(207,224,235); }

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

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

 span { border-color: rgb(207,224,235); }

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