Html Css Color HEX #CFE0E9 Pattens Blue

📋 copy color: '#CFE0E9'

red 207 ◦ green 224 ◦ blue 233

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

Shades of Pattens Blue #CFE0E9

Tints of Pattens Blue #CFE0E9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.73%

 BLUE value IS 233 (91.41% from 255) = 35.09%

R = 31.17%
G = 33.73%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CFE0E9 (or 0xCFE0E9) is known color: Pattens Blue. HEX triplet: CF, E0 and E9. RGB value is (207,224,233). Sum of RGB (Red+Green+Blue) = 207+224+233=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFE0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0E9 is #301F16. Grayscale: #DBDBDB. Windows color (decimal): -3153687 or 15327439. OLE color: 15327439.

HSL color Cylindrical-coordinate representation of color #CFE0E9: hue angle of 200.77º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE0E9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 224 233 -
CMYK 0.11 0.04 0 0.09
HSL 200.77º 0.37% 0.86% -
HSV(B) 200.77º 0.11% 0.91% -
XYZ 67.1 72.46 87.54 -
YUV 219.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 207 224 233 0.11 0.04 0 0.09 200.77 0.37 0.86
Hex CF E0 E9 B 4 0 9 C9 25 56
Octal 317 340 351 13 4 0 11 311 45 126
Binary 11001111 11100000 11101001 1011 100 0 1001 11001001 100101 1010110

Color Harmonies of #CFE0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0E9

Black with #CFE0E9

Text Example


Text Example

White with #CFE0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0E9; }

 p { color: rgb(207,224,233); }

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

background-color css

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

 a { background-color: rgb(207,224,233); }

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

border-color css

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

 span { border-color: rgb(207,224,233); }

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