Html Css Color HEX #CFE1ED Pattens Blue

📋 copy color: '#CFE1ED'

red 207 ◦ green 225 ◦ blue 237

#CFE1ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CFE1ED

Tints of Pattens Blue #CFE1ED

RGB

 RED value IS 207 (81.25% from 255) = 30.94%

 GREEN value IS 225 (88.28% from 255) = 33.63%

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 30.94%
G = 33.63%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFE1ED (or 0xCFE1ED) is known color: Pattens Blue. HEX triplet: CF, E1 and ED. RGB value is (207,225,237). Sum of RGB (Red+Green+Blue) = 207+225+237=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1ED is #301E12. Grayscale: #DCDCDC. Windows color (decimal): -3153427 or 15589839. OLE color: 15589839.

HSL color Cylindrical-coordinate representation of color #CFE1ED: hue angle of 204º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE1ED is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 225 237 -
CMYK 0.13 0.05 0 0.07
HSL 204º 0.45% 0.87% -
HSV(B) 204º 0.13% 0.93% -
XYZ 67.94 73.23 90.67 -
YUV 220.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 207 225 237 0.13 0.05 0 0.07 204 0.45 0.87
Hex CF E1 ED D 5 0 7 CC 2D 57
Octal 317 341 355 15 5 0 7 314 55 127
Binary 11001111 11100001 11101101 1101 101 0 111 11001100 101101 1010111

Color Harmonies of #CFE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1ED

Black with #CFE1ED

Text Example


Text Example

White with #CFE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1ED; }

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

 H1.HeaderClassName
 {
   color: #CFE1ED;
 }
 .AnyTagClassName
 {
   color: #CFE1ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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