Html Css Color HEX #CFDFEC Pattens Blue

📋 copy color: '#CFDFEC'

red 207 ◦ green 223 ◦ blue 236

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

Shades of Pattens Blue #CFDFEC

Tints of Pattens Blue #CFDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.48%

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

R = 31.08%
G = 33.48%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFDFEC (or 0xCFDFEC) is known color: Pattens Blue. HEX triplet: CF, DF and EC. RGB value is (207,223,236). Sum of RGB (Red+Green+Blue) = 207+223+236=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFEC is #302013. Grayscale: #DBDBDB. Windows color (decimal): -3153940 or 15523791. OLE color: 15523791.

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

Color convert

RGB 207 223 236 -
CMYK 0.12 0.06 0 0.07
HSL 206.9º 0.43% 0.87% -
HSV(B) 206.9º 0.12% 0.93% -
XYZ 67.26 72.1 89.73 -
YUV 219.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 207 223 236 0.12 0.06 0 0.07 206.9 0.43 0.87
Hex CF DF EC C 6 0 7 CF 2B 57
Octal 317 337 354 14 6 0 7 317 53 127
Binary 11001111 11011111 11101100 1100 110 0 111 11001111 101011 1010111

Color Harmonies of #CFDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFEC

Black with #CFDFEC

Text Example


Text Example

White with #CFDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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