Html Css Color HEX #CCDFEE Pattens Blue

📋 copy color: '#CCDFEE'

red 204 ◦ green 223 ◦ blue 238

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

Shades of Pattens Blue #CCDFEE

Tints of Pattens Blue #CCDFEE

RGB

 RED value IS 204 (80.08% from 255) = 30.68%

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

 BLUE value IS 238 (93.36% from 255) = 35.79%

R = 30.68%
G = 33.53%
B = 35.79%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCDFEE (or 0xCCDFEE) is known color: Pattens Blue. HEX triplet: CC, DF and EE. RGB value is (204,223,238). Sum of RGB (Red+Green+Blue) = 204+223+238=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFEE is #332011. Grayscale: #DADADA. Windows color (decimal): -3350546 or 15654860. OLE color: 15654860.

HSL color Cylindrical-coordinate representation of color #CCDFEE: hue angle of 206.47º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDFEE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 223 238 -
CMYK 0.14 0.06 0 0.07
HSL 206.47º 0.5% 0.87% -
HSV(B) 206.47º 0.14% 0.93% -
XYZ 66.72 71.79 91.23 -
YUV 219.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 204 223 238 0.14 0.06 0 0.07 206.47 0.5 0.87
Hex CC DF EE E 6 0 7 CE 32 57
Octal 314 337 356 16 6 0 7 316 62 127
Binary 11001100 11011111 11101110 1110 110 0 111 11001110 110010 1010111

Color Harmonies of #CCDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFEE

Black with #CCDFEE

Text Example


Text Example

White with #CCDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDFEE; }

 p { color: rgb(204,223,238); }

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

background-color css

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

 a { background-color: rgb(204,223,238); }

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

border-color css

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

 span { border-color: rgb(204,223,238); }

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