Html Css Color HEX #CCCDE0 Periwinkle

📋 copy color: '#CCCDE0'

red 204 ◦ green 205 ◦ blue 224

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

Shades of Periwinkle #CCCDE0

Tints of Periwinkle #CCCDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.39%

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

R = 32.23%
G = 32.39%
B = 35.39%

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

#CCCDE0 (or 0xCCCDE0) is known color: Periwinkle. HEX triplet: CC, CD and E0. RGB value is (204,205,224). Sum of RGB (Red+Green+Blue) = 204+205+224=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDE0 is #33321F. Grayscale: #CECECE. Windows color (decimal): -3355168 or 14732748. OLE color: 14732748.

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

Color convert

RGB 204 205 224 -
CMYK 0.09 0.08 0 0.12
HSL 237º 0.24% 0.84% -
HSV(B) 237º 0.09% 0.88% -
XYZ 60.19 61.88 79.29 -
YUV 206.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 204 205 224 0.09 0.08 0 0.12 237 0.24 0.84
Hex CC CD E0 9 8 0 C ED 18 54
Octal 314 315 340 11 10 0 14 355 30 124
Binary 11001100 11001101 11100000 1001 1000 0 1100 11101101 11000 1010100

Color Harmonies of #CCCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDE0

Black with #CCCDE0

Text Example


Text Example

White with #CCCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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