Html Css Color HEX #CCCEE8 Periwinkle

📋 copy color: '#CCCEE8'

red 204 ◦ green 206 ◦ blue 232

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

Shades of Periwinkle #CCCEE8

Tints of Periwinkle #CCCEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.14%

R = 31.78%
G = 32.09%
B = 36.14%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCCEE8 (or 0xCCCEE8) is known color: Periwinkle. HEX triplet: CC, CE and E8. RGB value is (204,206,232). Sum of RGB (Red+Green+Blue) = 204+206+232=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEE8 is #333117. Grayscale: #D0D0D0. Windows color (decimal): -3354904 or 15257292. OLE color: 15257292.

HSL color Cylindrical-coordinate representation of color #CCCEE8: hue angle of 235.71º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCEE8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 206 232 -
CMYK 0.12 0.11 0 0.09
HSL 235.71º 0.38% 0.85% -
HSV(B) 235.71º 0.12% 0.91% -
XYZ 61.54 62.81 85.22 -
YUV 208.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 204 206 232 0.12 0.11 0 0.09 235.71 0.38 0.85
Hex CC CE E8 C B 0 9 EC 26 55
Octal 314 316 350 14 13 0 11 354 46 125
Binary 11001100 11001110 11101000 1100 1011 0 1001 11101100 100110 1010101

Color Harmonies of #CCCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEE8

Black with #CCCEE8

Text Example


Text Example

White with #CCCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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