Html Css Color HEX #CBCDE5 Periwinkle

📋 copy color: '#CBCDE5'

red 203 ◦ green 205 ◦ blue 229

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

Shades of Periwinkle #CBCDE5

Tints of Periwinkle #CBCDE5

RGB

 RED value IS 203 (79.69% from 255) = 31.87%

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 31.87%
G = 32.18%
B = 35.95%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBCDE5 (or 0xCBCDE5) is known color: Periwinkle. HEX triplet: CB, CD and E5. RGB value is (203,205,229). Sum of RGB (Red+Green+Blue) = 203+205+229=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE5 is #34321A. Grayscale: #CFCFCF. Windows color (decimal): -3420699 or 15060427. OLE color: 15060427.

HSL color Cylindrical-coordinate representation of color #CBCDE5: hue angle of 235.38º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCDE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 205 229 -
CMYK 0.11 0.10 0 0.10
HSL 235.38º 0.33% 0.85% -
HSV(B) 235.38º 0.11% 0.9% -
XYZ 60.6 62.02 82.9 -
YUV 207.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 203 205 229 0.11 0.10 0 0.10 235.38 0.33 0.85
Hex CB CD E5 B A 0 A EB 21 55
Octal 313 315 345 13 12 0 12 353 41 125
Binary 11001011 11001101 11100101 1011 1010 0 1010 11101011 100001 1010101

Color Harmonies of #CBCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCDE5

Black with #CBCDE5

Text Example


Text Example

White with #CBCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCDE5; }

 p { color: rgb(203,205,229); }

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

background-color css

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

 a { background-color: rgb(203,205,229); }

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

border-color css

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

 span { border-color: rgb(203,205,229); }

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