#CFDBE1

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

Shades of Pattens Blue #CFDBE1

Tints of Pattens Blue #CFDBE1

Color information

#CFDBE1 (or 0xCFDBE1) is unknown color: approx Pattens Blue. HEX triplet: CF, DB and E1. RGB value is (207,219,225). Sum of RGB (Red+Green+Blue) = 207+219+225=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBE1 is #30241E. Grayscale: #D8D8D8. Windows color (decimal): -3154975 or 14801871. OLE color: 14801871.

HSL color Cylindrical-coordinate representation of color #CFDBE1: hue angle of 200º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDBE1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207219225-
CMYK0.080.0300.12
HSL200º23.08%84.71%-
HSV(B)200º8%88.24%-
XYZ64.6569.3681.22-
YUV216.1133.02121.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 225 (88.28% from 255) = 34.56%
R=31.80%
G=33.64%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072192250.080.0300.1220023.0884.71
HexCFDBE1830Cc81755
Octal31733334110301431027125
Binary1100111111011011111000011000110110011001000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBE1; }

 p { color: rgb(207,219,225); }

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

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

 a { background-color: rgb(207,219,225); }

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

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

 span { border-color: rgb(207,219,225); }

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