Html Css Color HEX #CFE3EC Pattens Blue

📋 copy color: '#CFE3EC'

red 207 ◦ green 227 ◦ blue 236

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

Shades of Pattens Blue #CFE3EC

Tints of Pattens Blue #CFE3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.88%

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

R = 30.9%
G = 33.88%
B = 35.22%

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

#CFE3EC (or 0xCFE3EC) is known color: Pattens Blue. HEX triplet: CF, E3 and EC. RGB value is (207,227,236). Sum of RGB (Red+Green+Blue) = 207+227+236=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3EC is #301C13. Grayscale: #DDDDDD. Windows color (decimal): -3152916 or 15524815. OLE color: 15524815.

HSL color Cylindrical-coordinate representation of color #CFE3EC: hue angle of 198.62º 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 #CFE3EC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 227 236 -
CMYK 0.12 0.04 0 0.07
HSL 198.62º 0.43% 0.87% -
HSV(B) 198.62º 0.12% 0.93% -
XYZ 68.34 74.26 90.09 -
YUV 222.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 207 227 236 0.12 0.04 0 0.07 198.62 0.43 0.87
Hex CF E3 EC C 4 0 7 C7 2B 57
Octal 317 343 354 14 4 0 7 307 53 127
Binary 11001111 11100011 11101100 1100 100 0 111 11000111 101011 1010111

Color Harmonies of #CFE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE3EC

Black with #CFE3EC

Text Example


Text Example

White with #CFE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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