#CFDFF0

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

Shades of Pattens Blue #CFDFF0

Tints of Pattens Blue #CFDFF0

Color information

#CFDFF0 (or 0xCFDFF0) is unknown color: approx Pattens Blue. HEX triplet: CF, DF and F0. RGB value is (207,223,240). Sum of RGB (Red+Green+Blue) = 207+223+240=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFF0 is #30200F. Grayscale: #DCDCDC. Windows color (decimal): -3153936 or 15785935. OLE color: 15785935.

HSL color Cylindrical-coordinate representation of color #CFDFF0: hue angle of 210.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDFF0 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207223240-
CMYK0.140.0700.06
HSL210.91º52.38%87.65%-
HSV(B)210.91º13.75%94.12%-
XYZ67.8572.3392.82-
YUV220.15139.2118.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=30.90%
G=33.28%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072232400.140.0700.06210.9152.3887.65
HexCFDFF0E706d33458
Octal3173373601670632364130
Binary11001111110111111111000011101110110110100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFF0; }

 p { color: rgb(207,223,240); }

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

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

 a { background-color: rgb(207,223,240); }

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

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

 span { border-color: rgb(207,223,240); }

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