Html Css Color HEX #CFDEEB Pattens Blue

📋 copy color: '#CFDEEB'

red 207 ◦ green 222 ◦ blue 235

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

Shades of Pattens Blue #CFDEEB

Tints of Pattens Blue #CFDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.43%

 BLUE value IS 235 (92.19% from 255) = 35.39%

R = 31.17%
G = 33.43%
B = 35.39%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFDEEB (or 0xCFDEEB) is known color: Pattens Blue. HEX triplet: CF, DE and EB. RGB value is (207,222,235). Sum of RGB (Red+Green+Blue) = 207+222+235=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEEB is #302114. Grayscale: #DADADA. Windows color (decimal): -3154197 or 15457999. OLE color: 15457999.

HSL color Cylindrical-coordinate representation of color #CFDEEB: hue angle of 207.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDEEB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 222 235 -
CMYK 0.12 0.06 0 0.08
HSL 207.86º 0.41% 0.87% -
HSV(B) 207.86º 0.12% 0.92% -
XYZ 66.85 71.51 88.88 -
YUV 219 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 207 222 235 0.12 0.06 0 0.08 207.86 0.41 0.87
Hex CF DE EB C 6 0 8 D0 29 57
Octal 317 336 353 14 6 0 10 320 51 127
Binary 11001111 11011110 11101011 1100 110 0 1000 11010000 101001 1010111

Color Harmonies of #CFDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEEB

Black with #CFDEEB

Text Example


Text Example

White with #CFDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEEB; }

 p { color: rgb(207,222,235); }

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

background-color css

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

 a { background-color: rgb(207,222,235); }

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

border-color css

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

 span { border-color: rgb(207,222,235); }

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