#CEDFE4

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

Shades of Pattens Blue #CEDFE4

Tints of Pattens Blue #CEDFE4

Color information

#CEDFE4 (or 0xCEDFE4) is unknown color: approx Pattens Blue. HEX triplet: CE, DF and E4. RGB value is (206,223,228). Sum of RGB (Red+Green+Blue) = 206+223+228=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFE4 is #31201B. Grayscale: #DADADA. Windows color (decimal): -3219484 or 14999502. OLE color: 14999502.

HSL color Cylindrical-coordinate representation of color #CEDFE4: hue angle of 193.64º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDFE4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206223228-
CMYK0.100.0200.11
HSL193.64º28.95%85.1%-
HSV(B)193.64º9.65%89.41%-
XYZ65.8471.583.73-
YUV218.49133.37119.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=31.35%
G=33.94%
B=34.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062232280.100.0200.11193.6428.9585.1
HexCEDFE4A20Bc21d55
Octal31633734412201330235125
Binary1100111011011111111001001010100101111000010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFE4; }

 p { color: rgb(206,223,228); }

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

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

 a { background-color: rgb(206,223,228); }

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

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

 span { border-color: rgb(206,223,228); }

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