Html Css Color HEX #CCCEE0 Periwinkle

📋 copy color: '#CCCEE0'

red 204 ◦ green 206 ◦ blue 224

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

Shades of Periwinkle #CCCEE0

Tints of Periwinkle #CCCEE0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.49%

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 32.18%
G = 32.49%
B = 35.33%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCCEE0 (or 0xCCCEE0) is known color: Periwinkle. HEX triplet: CC, CE and E0. RGB value is (204,206,224). Sum of RGB (Red+Green+Blue) = 204+206+224=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEE0 is #33311F. Grayscale: #CFCFCF. Windows color (decimal): -3354912 or 14733004. OLE color: 14733004.

HSL color Cylindrical-coordinate representation of color #CCCEE0: hue angle of 234º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCEE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 206 224 -
CMYK 0.09 0.08 0 0.12
HSL 234º 0.24% 0.84% -
HSV(B) 234º 0.09% 0.88% -
XYZ 60.43 62.36 79.37 -
YUV 207.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 204 206 224 0.09 0.08 0 0.12 234 0.24 0.84
Hex CC CE E0 9 8 0 C EA 18 54
Octal 314 316 340 11 10 0 14 352 30 124
Binary 11001100 11001110 11100000 1001 1000 0 1100 11101010 11000 1010100

Color Harmonies of #CCCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEE0

Black with #CCCEE0

Text Example


Text Example

White with #CCCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEE0; }

 p { color: rgb(204,206,224); }

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

background-color css

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

 a { background-color: rgb(204,206,224); }

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

border-color css

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

 span { border-color: rgb(204,206,224); }

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