Html Css Color HEX #CFDFE5 Pattens Blue

📋 copy color: '#CFDFE5'

red 207 ◦ green 223 ◦ blue 229

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

Shades of Pattens Blue #CFDFE5

Tints of Pattens Blue #CFDFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.75%

R = 31.41%
G = 33.84%
B = 34.75%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFDFE5 (or 0xCFDFE5) is known color: Pattens Blue. HEX triplet: CF, DF and E5. RGB value is (207,223,229). Sum of RGB (Red+Green+Blue) = 207+223+229=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFE5 is #30201A. Grayscale: #DADADA. Windows color (decimal): -3153947 or 15065039. OLE color: 15065039.

HSL color Cylindrical-coordinate representation of color #CFDFE5: hue angle of 196.36º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDFE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 223 229 -
CMYK 0.10 0.03 0 0.10
HSL 196.36º 0.3% 0.85% -
HSV(B) 196.36º 0.1% 0.9% -
XYZ 66.26 71.7 84.48 -
YUV 218.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 207 223 229 0.10 0.03 0 0.10 196.36 0.3 0.85
Hex CF DF E5 A 3 0 A C4 1E 55
Octal 317 337 345 12 3 0 12 304 36 125
Binary 11001111 11011111 11100101 1010 11 0 1010 11000100 11110 1010101

Color Harmonies of #CFDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFE5

Black with #CFDFE5

Text Example


Text Example

White with #CFDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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