Html Css Color HEX #CCCEE7 Periwinkle

📋 copy color: '#CCCEE7'

red 204 ◦ green 206 ◦ blue 231

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

Shades of Periwinkle #CCCEE7

Tints of Periwinkle #CCCEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.04%

R = 31.83%
G = 32.14%
B = 36.04%

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

#CCCEE7 (or 0xCCCEE7) is known color: Periwinkle. HEX triplet: CC, CE and E7. RGB value is (204,206,231). Sum of RGB (Red+Green+Blue) = 204+206+231=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEE7 is #333118. Grayscale: #D0D0D0. Windows color (decimal): -3354905 or 15191756. OLE color: 15191756.

HSL color Cylindrical-coordinate representation of color #CCCEE7: hue angle of 235.56º degrees, saturation: 0.36, 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 #CCCEE7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 206 231 -
CMYK 0.12 0.11 0 0.09
HSL 235.56º 0.36% 0.85% -
HSV(B) 235.56º 0.12% 0.91% -
XYZ 61.4 62.75 84.48 -
YUV 208.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 204 206 231 0.12 0.11 0 0.09 235.56 0.36 0.85
Hex CC CE E7 C B 0 9 EC 24 55
Octal 314 316 347 14 13 0 11 354 44 125
Binary 11001100 11001110 11100111 1100 1011 0 1001 11101100 100100 1010101

Color Harmonies of #CCCEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEE7

Black with #CCCEE7

Text Example


Text Example

White with #CCCEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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