Html Css Color HEX #CFE2ED Pattens Blue

📋 copy color: '#CFE2ED'

red 207 ◦ green 226 ◦ blue 237

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

Shades of Pattens Blue #CFE2ED

Tints of Pattens Blue #CFE2ED

RGB

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

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

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

R = 30.9%
G = 33.73%
B = 35.37%

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

#CFE2ED (or 0xCFE2ED) is known color: Pattens Blue. HEX triplet: CF, E2 and ED. RGB value is (207,226,237). Sum of RGB (Red+Green+Blue) = 207+226+237=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2ED is #301D12. Grayscale: #DDDDDD. Windows color (decimal): -3153171 or 15590095. OLE color: 15590095.

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

Color convert

RGB 207 226 237 -
CMYK 0.13 0.05 0 0.07
HSL 202º 0.45% 0.87% -
HSV(B) 202º 0.13% 0.93% -
XYZ 68.21 73.77 90.77 -
YUV 221.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 207 226 237 0.13 0.05 0 0.07 202 0.45 0.87
Hex CF E2 ED D 5 0 7 CA 2D 57
Octal 317 342 355 15 5 0 7 312 55 127
Binary 11001111 11100010 11101101 1101 101 0 111 11001010 101101 1010111

Color Harmonies of #CFE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE2ED

Black with #CFE2ED

Text Example


Text Example

White with #CFE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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