Html Css Color HEX #CFE2EC Pattens Blue

📋 copy color: '#CFE2EC'

red 207 ◦ green 226 ◦ blue 236

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

Shades of Pattens Blue #CFE2EC

Tints of Pattens Blue #CFE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.78%

 BLUE value IS 236 (92.58% from 255) = 35.28%

R = 30.94%
G = 33.78%
B = 35.28%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFE2EC (or 0xCFE2EC) is known color: Pattens Blue. HEX triplet: CF, E2 and EC. RGB value is (207,226,236). Sum of RGB (Red+Green+Blue) = 207+226+236=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2EC is #301D13. Grayscale: #DDDDDD. Windows color (decimal): -3153172 or 15524559. OLE color: 15524559.

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

Color convert

RGB 207 226 236 -
CMYK 0.12 0.04 0 0.07
HSL 200.69º 0.43% 0.87% -
HSV(B) 200.69º 0.12% 0.93% -
XYZ 68.07 73.71 90 -
YUV 221.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 207 226 236 0.12 0.04 0 0.07 200.69 0.43 0.87
Hex CF E2 EC C 4 0 7 C9 2B 57
Octal 317 342 354 14 4 0 7 311 53 127
Binary 11001111 11100010 11101100 1100 100 0 111 11001001 101011 1010111

Color Harmonies of #CFE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE2EC

Black with #CFE2EC

Text Example


Text Example

White with #CFE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE2EC; }

 p { color: rgb(207,226,236); }

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

background-color css

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

 a { background-color: rgb(207,226,236); }

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

border-color css

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

 span { border-color: rgb(207,226,236); }

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